variable could be not set at this point

This commit is contained in:
Marc Delisle
2009-05-27 17:36:57 +00:00
parent 95372a094f
commit f6c347a775

View File

@@ -29,7 +29,7 @@ if (empty($is_info)) {
// db_structure.php -> libraries/mult_submits.inc.php -> sql.php
// -> db_structure.php and if we got an error on the multi submit,
// we must display it here and not call again mult_submits.inc.php
if (!$error) {
if (! isset($error) || FALSE === $error) {
require './libraries/mult_submits.inc.php';
}
if (empty($message)) {