코드 내의 불필요한 모든 history 제거

This commit is contained in:
2018-03-02 02:02:16 +09:00
parent ea638b8221
commit bebc7580bd
16 changed files with 97 additions and 86 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ if($id_num) {
'special2' => $special2
]);
$me = $db->queryFirstRow("select no,name,history from general where owner= %i", $userID);
$me = $db->queryFirstRow("select no,name from general where owner= %i", $userID);
if($me['name'] == "") {
$r = rand() % 999 + 1;