小修改

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=""; $view_category="";
$sql= "select distinct source " $sql= "select distinct source "
."FROM `problem` where defunct='N' order by source " ."FROM `problem` where defunct='N' order by source ";
."LIMIT 5000";
$result=mysql_query_cache($sql);//mysql_escape_string($sql)); $result=mysql_query_cache($sql);//mysql_escape_string($sql));
$category=array(); $category=array();
foreach ($result as $row){ foreach ($result as $row){

View File

@@ -96,7 +96,7 @@
$MSG_SEARCH="查找"; $MSG_SEARCH="查找";
$MSG_PROBLEM_ID="题目编号"; $MSG_PROBLEM_ID="题目编号";
$MSG_TITLE="标题"; $MSG_TITLE="标题";
$MSG_SOURCE="来源/分类"; $MSG_SOURCE="分类";
$MSG_REMOTE_OJ="宿主OJ"; $MSG_REMOTE_OJ="宿主OJ";
$MSG_SUBMIT_NUM="提交量"; $MSG_SUBMIT_NUM="提交量";
$MSG_SUBMIT="提交"; $MSG_SUBMIT="提交";