diff --git a/includes/title-select.php b/includes/title-select.php index f274625..544cb4f 100644 --- a/includes/title-select.php +++ b/includes/title-select.php @@ -5,7 +5,8 @@ $result = $stmtview->get_result(); while ($row = $result->fetch_assoc()) { $tid = $row['titlenameid']; $tname = $row['titlename']; - echo ''; + $tnr = $row['titlemaxrank']; + echo ''; } $stmtview->close(); ?> \ No newline at end of file diff --git a/titlemanager.php b/titlemanager.php index 90d8919..3ee45a7 100644 --- a/titlemanager.php +++ b/titlemanager.php @@ -50,7 +50,8 @@ if ($_SESSION['admin'] == 1) { $tid = $row['titlenameid']; $tname = $row['titlename']; $ttype = $row['titletype']; - echo '