mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fixed typo
This commit is contained in:
parent
8570d4b2af
commit
f3043f71c6
@ -1655,7 +1655,7 @@
|
||||
{
|
||||
global $phpgw_info,$phpgw_setup;
|
||||
|
||||
$phpgw_setup->db->query("drop table profiles",__LINE__,__TABLE__);
|
||||
@$phpgw_setup->db->query("drop table profiles",__LINE__,__FILE__);
|
||||
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.009';
|
||||
}
|
||||
|
@ -2174,8 +2174,8 @@
|
||||
{
|
||||
global $phpgw_info,$phpgw_setup;
|
||||
|
||||
$phpgw_setup->db->query("drop table profiles",__LINE__,__TABLE__);
|
||||
$phpgw_setup->db->query("drop sequence profiles_con_seq",__LINE__,__TABLE__);
|
||||
@$phpgw_setup->db->query("drop table profiles",__LINE__,__FILE__);
|
||||
@$phpgw_setup->db->query("drop sequence profiles_con_seq",__LINE__,__FILE__);
|
||||
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.009';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user