Sfoglia il codice sorgente

打印调试信息

visuddhinanda 5 anni fa
parent
commit
4bbfbf0d83
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/studio/dict_find_one.php

+ 1 - 1
app/studio/dict_find_one.php

@@ -114,7 +114,7 @@ for($i=0;$i<$lookup_loop;$i++)
 			$query = "select * from dict where  \"pali\" in $strQueryWord  AND ( type <> '.n.' AND  type <> '.ti.' AND  type <> '.adj.'  AND  type <> '.pron.'  AND  type <> '.v.' )   ORDER BY rowid DESC";
 		}
 		if($debug){
-			//echo $query."<br>";
+			echo $query."<br>";
 		}
 		$Fetch = PDO_FetchAll($query);
 		$iFetch=count($Fetch);