Merge branch 'QA_3_3'

This commit is contained in:
Michal Čihař
2010-11-01 10:03:27 +01:00

View File

@@ -73,7 +73,7 @@ if (empty($is_table) && !defined('PMA_SUBMIT_MULT') && ! defined('TABLE_MAY_BE_A
} }
if (! $is_table) { if (! $is_table) {
require 'db_sql.php'; require './db_sql.php';
exit; exit;
} }
} }