Browse Source

internal formatting

pull/16/head
mauirixxx 7 years ago
parent
commit
b5259d7e08
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      includes/titleranks-add.php

+ 0
- 2
includes/titleranks-add.php View File

@@ -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…
Cancel
Save