Bug #18201 » 20080519_tstemplate_info_IE.diff
typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php (working copy) | ||
---|---|---|
// Update template ?
|
||
$POST = t3lib_div::_POST();
|
||
if ($POST['submit']) {
|
||
if ($POST['submit'] || (t3lib_div::testInt($POST['submit_x']) && t3lib_div::testInt($POST['submit_y']))) {
|
||
require_once(PATH_t3lib.'class.t3lib_tcemain.php');
|
||
// Set the data to be saved
|
||
$recData = array();
|
||
... | ... | |
$numberOfRows = 35;
|
||
// If abort pressed, nothing should be edited:
|
||
if (t3lib_div::_POST('abort')) {
|
||
if ($POST['abort'] || (t3lib_div::testInt($POST['abort_x']) && t3lib_div::testInt($POST['abort_y']))) {
|
||
unset($e);
|
||
}
|
||
- « Previous
- 1
- 2
- Next »