mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 09:28:29 +01:00
Fixed SQL query bug
This commit is contained in:
parent
9dcad09ef4
commit
c8834da77a
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user