bug 878995
This commit is contained in:
@@ -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
|
||||||
|
@@ -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');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user