小修改
This commit is contained in:
@@ -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){
|
||||||
|
|||||||
@@ -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="提交";
|
||||||
|
|||||||
Reference in New Issue
Block a user