Ignore:
Timestamp:
Sep 13, 2009, 8:00:47 PM (15 years ago)
Author:
vdigital
Message:

Don't forget to adapt category name selection mask (<!--Book--> by default)
'ak_categories' is active. (bug 1160)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/admin.php

    r3842 r3843  
    3737  if (!empty($_POST['ak_categories']) && $_POST['ak_categories']!=$me->ak_categories) {
    3838    $me->ak_categories = $_POST['ak_categories'];
     39    if ( $_POST['ak_categories'] == '') $me->ak_categories = '<!--Book-->';
    3940    array_push($GLOBALS['page']['infos'], $lang['ak_categories_changed']);
    4041    $save_config = true;
Note: See TracChangeset for help on using the changeset viewer.