diff --git a/ChangeLog b/ChangeLog index 4e5a4667f..82f1e246d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ $Source$ * lang/polish: Updated, thanks to Jakub Wilk (ubanus). * lang/romanian: Updated, thanks to Valics Lehel. * lang/swedish: Updated, thanks to Björn T. Hallberg (bth). + * mult_submits.inc.php3: Fixed undefined variable warning (bug #767740). 2003-07-08 Alexander M. Turek * libraries/common.lib.php3: Send headers before exiting because of missing diff --git a/mult_submits.inc.php3 b/mult_submits.inc.php3 index 0cd984024..b3eb0ac9d 100644 --- a/mult_submits.inc.php3 +++ b/mult_submits.inc.php3 @@ -7,6 +7,7 @@ * Prepares the work and runs some other scripts if required */ if (!empty($submit_mult) + && ($submit_mult != $strWithSelected) && (!empty($selected_db) || !empty($selected_tbl) || !empty($selected_fld))) { if (!empty($selected_db)) {