Fixed SQL query bug

This commit is contained in:
jengo 2001-02-05 16:21:27 +00:00
parent 9dcad09ef4
commit c8834da77a

View File

@ -854,7 +854,7 @@
}
}
}
$phpgw_setup->db->query("alter table accounts set account_groups = ''",__LINE__,__FILE__);
$phpgw_setup->db->query("update accounts set account_groups = ''",__LINE__,__FILE__);
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "0.9.10pre3";
}