Skip to content

Commit

Permalink
Update status.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Jul 9, 2016
1 parent 83370d7 commit cf5b733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/status.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
if (isset($_GET['problem_id'])&&$_GET['problem_id']!=""){

if(isset($_GET['cid'])){
$problem_id=$_GET['problem_id'];
$problem_id=htmlentities($_GET['problem_id'],ENT_QUOTES,'UTF-8');
$num=strpos($PID,$problem_id);
$sql=$sql."AND `num`='".$num."' ";
$str2=$str2."&problem_id=".$problem_id;
Expand Down

0 comments on commit cf5b733

Please sign in to comment.