Skip to content

Commit 07133d1

Browse files
no test run default
git-svn-id: http://hustoj.googlecode.com/svn@1960 19ab8b60-bd6c-11dd-baed-41e496641fac
1 parent c2d9d45 commit 07133d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/web/status.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
//require_once("oj-header.php");
5858
if(isset($_SESSION['administrator'])||isset($_SESSION['source_browser'])||$_GET['user_id']==$_SESSION['user_id']){
5959
}else{
60-
$sql="SELECT * FROM `solution` WHERE contest_id is null ";
60+
$sql="SELECT * FROM `solution` WHERE problem_id>0 and contest_id is null ";
6161
}
6262
}
6363
$start_first=true;

0 commit comments

Comments
 (0)