Skip to content

Commit

Permalink
Update ajax.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Mar 16, 2024
1 parent 051e7f3 commit 4938e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/admin/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
$pid=intval($_POST['pid']);
$sql= "select title,source from problem where problem_id=?";
$row=mysql_query_cache($sql,$pid)[0];
echo $row['title']."  [".$row['source']."]";
echo $row['title']."&nbsp;&nbsp;<span class='label label-success'>".$row['source']."</span>";
}
if($m=="user_update_nick"){
$user_id=$_POST['user_id'];
Expand Down

0 comments on commit 4938e3b

Please sign in to comment.