Kaynağa Gözat

:fire: where 1

visuddhinanda@gmail.com 4 yıl önce
ebeveyn
işleme
fc14bbf95a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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) {