1
0
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:
jim winstead
2001-01-24 02:14:23 +00:00
parent fe7e541fad
commit 82d98b199c

View File

@@ -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'");