ソースを参照

internal formatting

pull/16/head
mauirixxx 7年前
コミット
b5259d7e08
1個のファイルの変更0行の追加2行の削除
  1. +0
    -2
      includes/titleranks-add.php

+ 0
- 2
includes/titleranks-add.php ファイルの表示

@@ -51,8 +51,6 @@ while ($stmtname->fetch()) {
$stmtname->free_result();
$stmtname->close();



echo 'Here are the currently associated title ranks, starting with rank 1:<br />';
echo '<form action="titlemanager.php" method="post"><table border="1"><tr><th>stnameid</th><th>titlenameid</th><th>stname</th><th>stpoints</th><th>strank</th><th>Edit</th></tr>';
$stmtview = $con->prepare("SELECT * FROM gwsubtitles WHERE titlenameid = ? ORDER BY strank ASC");


読み込み中…
キャンセル
保存