From 443ae65668dd975c0b59537e382d85bee3f8a431 Mon Sep 17 00:00:00 2001 From: skeeter Date: Thu, 26 Oct 2000 02:24:16 +0000 Subject: [PATCH] fixed 0.9.3pre? up to date along with support for NNTP --- setup/upgradetables_mysql.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/upgradetables_mysql.inc.php b/setup/upgradetables_mysql.inc.php index b4e9e02689..41674b06fd 100644 --- a/setup/upgradetables_mysql.inc.php +++ b/setup/upgradetables_mysql.inc.php @@ -249,7 +249,7 @@ for($i=0;$iquery("select account_id From accounts where account_lid='".$owner[$i]."'"); $account_id[$i] = $db->f("account_id"); - $db->query("update $table set $field=".$account_id[$i]. where $field='".$owner[$i]."'"); + $db->query("update $table set $field=".$account_id[$i]." where $field='".$owner[$i]."'"); } } $db->query("alter table $table change $field $field int(11) NOT NULL");