Fixed undefined variable warning (bug #767740).
This commit is contained in:
@@ -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
|
||||||
|
@@ -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)) {
|
||||||
|
Reference in New Issue
Block a user