Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
burpheart committed Aug 14, 2020
1 parent 177d822 commit 38a2d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modtask.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function puke()
}
if ($action == "edituser")
{
$userid = $_POST["userid"];
$userid = sqlesc($_POST["userid"]);
$class = 0 + $_POST["class"];
$vip_added = ($_POST["vip_added"] == 'yes' ? 'yes' : 'no');
$vip_until = ($_POST["vip_until"] ? $_POST["vip_until"] : '0000-00-00 00:00:00');
Expand Down

0 comments on commit 38a2d6e

Please sign in to comment.