Changeset 5418 for extensions/pwgCumulus/admin.php
- Timestamp:
- Mar 28, 2010, 2:47:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/pwgCumulus/admin.php
r5405 r5418 30 30 31 31 if (!empty($_POST['submit'])) { 32 Log::getInstance()->debug($_POST);33 32 if (!empty($_POST['pwg_cumulus_width']) && intval($_POST['pwg_cumulus_width'])!=$me->pwg_cumulus_width) { 34 33 $me->pwg_cumulus_width = intval($_POST['pwg_cumulus_width']);
Note: See TracChangeset
for help on using the changeset viewer.