mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
fix typo in comment
This commit is contained in:
2
bugs.php
2
bugs.php
@@ -636,7 +636,7 @@ if (isset($cmd) && $cmd == "Send bug report") {
|
||||
mysql_freeresult($result);
|
||||
}
|
||||
|
||||
/* HANDLE USER UDPATES */
|
||||
/* HANDLE USER UPDATES */
|
||||
if(isset($modify) && $modify=="User Edit Bug") {
|
||||
$ts=date("Y-m-d H:i:s");
|
||||
$result = mysql_query("select status, bug_type, ldesc, php_version, php_os from bugdb where id=$id and passwd='$pw'");
|
||||
|
||||
Reference in New Issue
Block a user