bug 878995

This commit is contained in:
Marc Delisle
2004-02-24 19:50:19 +00:00
parent 37e965d195
commit be09c5b87c
2 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2004-02-24 Marc Delisle <lem9@users.sourceforge.net> 2004-02-24 Marc Delisle <lem9@users.sourceforge.net>
* pdf_pages.php: bug 903450, typo * pdf_pages.php: bug 903450, typo
* tbl_row_delete.php: bug 878995: mult_submits.inc.php should not be
called twice
2004-02-18 Marc Delisle <lem9@users.sourceforge.net> 2004-02-18 Marc Delisle <lem9@users.sourceforge.net>
* export.php: bug 899610, undefined variable $save_filename * export.php: bug 899610, undefined variable $save_filename

View File

@@ -84,6 +84,11 @@ if (!empty($submit_mult)) {
$pos = $original_pos; $pos = $original_pos;
} }
// this is because sql.php could call tbl_properties_structure
// which would think it needs to call mult_submits.inc.php:
unset($submit_mult);
unset($mult_btn);
require('./sql.php'); require('./sql.php');
/** /**