visuddhinanda 4 лет назад
Родитель
Сommit
71f5832cc1
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      public/app/dict/dict_lookup.php

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

@@ -113,7 +113,8 @@ $right_word_list = "";
 
 				
                 $query = "SELECT dict.id,dict.dict_id,dict.mean,info.shortname from " . _TABLE_DICT_REF_ . " LEFT JOIN "._TABLE_DICT_REF_NAME_." as info ON dict.dict_id = info.id where word = ? limit 30";
-                $Fetch = PDO_FetchAll($query, array($x));
+                echo "<div>{$query}</div>";
+				$Fetch = PDO_FetchAll($query, array($x));
                 $iFetch = count($Fetch);
                 $count_return += $iFetch;
                 if ($iFetch > 0) {