Przeglądaj źródła

调试临时代码

visuddhinanda 4 lat temu
rodzic
commit
17e9321a27
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      public/app/dict/dict_lookup.php

+ 1 - 1
public/app/dict/dict_lookup.php

@@ -112,7 +112,7 @@ $right_word_list = "";
 				}
 
 				
-                $query = "SELECT dict.dict_id,dict.mean,dn.shortname from " . _TABLE_DICT_REF_ . " LEFT JOIN "._TABLE_DICT_REF_NAME_." as dn ON dict.dict_id = dn.id where word = ? limit 30";
+                //$query = "SELECT dict.dict_id,dict.mean,dn.shortname from " . _TABLE_DICT_REF_ . " LEFT JOIN "._TABLE_DICT_REF_NAME_." as dn ON dict.dict_id = dn.id where word = ? limit 30";
                 echo "<div>{$query}</div>";
                 echo "<div>word:{$x}</div>";
 				$Fetch = PDO_FetchAll($query, array($x));