소스 검색

:fire: where 1

visuddhinanda@gmail.com 4 년 전
부모
커밋
fc14bbf95a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/app/term/term.php

+ 1 - 1
public/app/term/term.php

@@ -110,7 +110,7 @@ switch ($op) {
         }
     case "allpali":
         {
-            $query = "select word from "._TABLE_TERM_."  where 1 group by word";
+            $query = "select word from "._TABLE_TERM_." group by word";
             $Fetch = PDO_FetchAll($query);
             $iFetch = count($Fetch);
             if ($iFetch > 0) {