Changeset 841 for trunk/Modules/Export/Page.php
- Timestamp:
- Jan 12, 2016, 10:33:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Export/Page.php
r838 r841 287 287 else $WithDiacritic = 0; 288 288 if (array_key_exists('Featured', $_POST)) $Export['Featured'] = 1; 289 $this->System->Database->query('UPDATE `Export` SET `Title`="'.$_POST['Title'].'", `Featured`='.$Export['Featured'].', `Description`="'.$_POST['Description'].'", `WithDiacritic`='.$WithDiacritic.' WHERE Id='.$Export['Id']); 289 $this->System->Database->query('UPDATE `Export` SET `Title`="'.$_POST['Title']. 290 '", `Featured`='.$Export['Featured'].', `Description`="'.$_POST['Description']. 291 '", `WithDiacritic`='.$WithDiacritic.' WHERE `Id`='.$Export['Id']); 290 292 $Export['Title'] = $_POST['Title']; 291 293 $Export['Description'] = $_POST['Description'];
Note:
See TracChangeset
for help on using the changeset viewer.