Changeset 3843 for extensions/akBookStyle/trunk/admin.php
- Timestamp:
- Sep 13, 2009, 8:00:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/akBookStyle/trunk/admin.php
r3842 r3843 37 37 if (!empty($_POST['ak_categories']) && $_POST['ak_categories']!=$me->ak_categories) { 38 38 $me->ak_categories = $_POST['ak_categories']; 39 if ( $_POST['ak_categories'] == '') $me->ak_categories = '<!--Book-->'; 39 40 array_push($GLOBALS['page']['infos'], $lang['ak_categories_changed']); 40 41 $save_config = true;
Note: See TracChangeset
for help on using the changeset viewer.