variable could be not set at this point
This commit is contained in:
@@ -29,7 +29,7 @@ if (empty($is_info)) {
|
|||||||
// db_structure.php -> libraries/mult_submits.inc.php -> sql.php
|
// db_structure.php -> libraries/mult_submits.inc.php -> sql.php
|
||||||
// -> db_structure.php and if we got an error on the multi submit,
|
// -> 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
|
// 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';
|
require './libraries/mult_submits.inc.php';
|
||||||
}
|
}
|
||||||
if (empty($message)) {
|
if (empty($message)) {
|
||||||
|
Reference in New Issue
Block a user