소스 검색

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


불러오는 중...
취소
저장