Fixed undefined variable warning (bug #767740).

This commit is contained in:
Michal Čihař
2003-07-08 13:10:09 +00:00
parent 2caae04682
commit 89b42b92a3
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ $Source$
* lang/polish: Updated, thanks to Jakub Wilk (ubanus). * lang/polish: Updated, thanks to Jakub Wilk (ubanus).
* lang/romanian: Updated, thanks to Valics Lehel. * lang/romanian: Updated, thanks to Valics Lehel.
* lang/swedish: Updated, thanks to Bj<42>rn T. Hallberg (bth). * lang/swedish: Updated, thanks to Bj<42>rn T. Hallberg (bth).
* mult_submits.inc.php3: Fixed undefined variable warning (bug #767740).
2003-07-08 Alexander M. Turek <rabus@users.sourceforge.net> 2003-07-08 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3: Send headers before exiting because of missing * libraries/common.lib.php3: Send headers before exiting because of missing

View File

@@ -7,6 +7,7 @@
* Prepares the work and runs some other scripts if required * Prepares the work and runs some other scripts if required
*/ */
if (!empty($submit_mult) if (!empty($submit_mult)
&& ($submit_mult != $strWithSelected)
&& (!empty($selected_db) || !empty($selected_tbl) || !empty($selected_fld))) { && (!empty($selected_db) || !empty($selected_tbl) || !empty($selected_fld))) {
if (!empty($selected_db)) { if (!empty($selected_db)) {