瀏覽代碼

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");


Loading…
取消
儲存