mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-14 03:54:29 +01:00
removed wrong semicolon bedind the sql queries
This commit is contained in:
parent
901dfb9f5f
commit
8107e51abc
@ -419,7 +419,7 @@
|
||||
|
||||
$sql = "INSERT INTO phpgw_config (config_app,config_name,config_value) "
|
||||
."VALUES ('".$setup_info[$appname]['name']."','"
|
||||
.$appname."_tables_prefix','".$setup_info[$appname]['tables_prefix']."');";
|
||||
.$appname."_tables_prefix','".$setup_info[$appname]['tables_prefix']."')";
|
||||
$this->db->query($sql,__LINE__,__FILE__);
|
||||
}
|
||||
if($use_appid)
|
||||
@ -446,7 +446,7 @@
|
||||
. $enable . ","
|
||||
. (int)$setup_info[$appname]['app_order'] . ","
|
||||
. "'" . $tables . "',"
|
||||
. "'" . $setup_info[$appname]['version'] . "');"
|
||||
. "'" . $setup_info[$appname]['version'] . "')"
|
||||
);
|
||||
$this->clear_session_cache();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user