小修改
This commit is contained in:
@@ -14,8 +14,7 @@
|
||||
|
||||
$view_category="";
|
||||
$sql= "select distinct source "
|
||||
."FROM `problem` where defunct='N' order by source "
|
||||
."LIMIT 5000";
|
||||
."FROM `problem` where defunct='N' order by source ";
|
||||
$result=mysql_query_cache($sql);//mysql_escape_string($sql));
|
||||
$category=array();
|
||||
foreach ($result as $row){
|
||||
|
||||
Reference in New Issue
Block a user