小修改

This commit is contained in:
2025-05-01 15:50:53 +08:00
parent 92d90b479a
commit 4fec8e4e7c
2 changed files with 2 additions and 3 deletions

View File

@@ -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){