Small cleanups in installer.
[fa-stable.git] / includes / db / connect_db_mysql.inc
index 4be5a295e5481a280d2dd1d6611e18eb4c497de3..8abdaa34f268e4cce6b934213abf645f6c0426ad 100644 (file)
@@ -51,7 +51,7 @@ function db_query($sql, $err_msg=null)
 
        // set current db prefix
        $comp = isset($_SESSION["wa_current_user"]->cur_con) ? $_SESSION["wa_current_user"]->cur_con : 0;
-       $cur_prefix = $db_connections[$comp]['tbpref'];
+       $cur_prefix = @$db_connections[$comp]['tbpref'];
        $sql = str_replace(TB_PREF, $cur_prefix, $sql);
 
        if ($SysPrefs->show_sql)