mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
fixed the code, which was not working after the right table-name was used ;-)
dont think that part is used anyhow
This commit is contained in:
parent
21f7e4a304
commit
c5c9030104
@ -326,8 +326,7 @@
|
||||
}
|
||||
|
||||
@$GLOBALS['phpgw_setup']->db->query("select config_value from $config_table where config_name='freshinstall'");
|
||||
$GLOBALS['phpgw_setup']->db->next_record();
|
||||
$configed = $GLOBALS['phpgw_setup']->db->f('config_value');
|
||||
$configured = $GLOBALS['phpgw_setup']->db->next_record() ? $GLOBALS['phpgw_setup']->db->f('config_value') : False;
|
||||
if($configed)
|
||||
{
|
||||
$GLOBALS['phpgw_info']['setup']['header_msg'] = 'Stage 2 (Needs Configuration)';
|
||||
|
Loading…
Reference in New Issue
Block a user