From 4fec8e4e7cbecd8351d0bed3d0c9f534ded0a603 Mon Sep 17 00:00:00 2001 From: klarkxy <278370456@qq.com> Date: Thu, 1 May 2025 15:50:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/category.php | 3 +-- web/lang/cn.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/web/category.php b/web/category.php index eb67c4d..01f7f5f 100644 --- a/web/category.php +++ b/web/category.php @@ -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){ diff --git a/web/lang/cn.php b/web/lang/cn.php index a8935e6..9145f49 100644 --- a/web/lang/cn.php +++ b/web/lang/cn.php @@ -96,7 +96,7 @@ $MSG_SEARCH="查找"; $MSG_PROBLEM_ID="题目编号"; $MSG_TITLE="标题"; - $MSG_SOURCE="来源/分类"; + $MSG_SOURCE="分类"; $MSG_REMOTE_OJ="宿主OJ"; $MSG_SUBMIT_NUM="提交量"; $MSG_SUBMIT="提交";