mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
fixed 0.9.3pre? up to date along with support for NNTP
This commit is contained in:
parent
372ca2a5c3
commit
443ae65668
@ -249,7 +249,7 @@
|
|||||||
for($i=0;$i<count($owner);$i++) {
|
for($i=0;$i<count($owner);$i++) {
|
||||||
$db->query("select account_id From accounts where account_lid='".$owner[$i]."'");
|
$db->query("select account_id From accounts where account_lid='".$owner[$i]."'");
|
||||||
$account_id[$i] = $db->f("account_id");
|
$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");
|
$db->query("alter table $table change $field $field int(11) NOT NULL");
|
||||||
|
Loading…
Reference in New Issue
Block a user