mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 17:31:39 +00:00
fix another query error
This commit is contained in:
parent
e55c23b511
commit
1e00ce8dfd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
$conn = mysql_connect (sqlHost, sqlUser, sqlPass);
|
||||
if ($conn) {
|
||||
$query = 'UPDATE devel_plans SET p_date = NOW() AND p_plan = ' .
|
||||
$query = 'UPDATE devel_plans SET p_date = NOW(), p_plan = ' .
|
||||
"'$planItem' WHERE p_user = '$user'";
|
||||
$result = mysql_db_query (sqlDB, $query, $conn);
|
||||
if ($result) {
|
||||
|
|
Loading…
Reference in a new issue