Fixed typo

This commit is contained in:
jengo 2001-05-19 21:45:16 +00:00
parent 8570d4b2af
commit f3043f71c6
2 changed files with 3 additions and 3 deletions

View File

@ -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';
}

View File

@ -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';
}