Ignore:
Timestamp:
Feb 22, 2011, 3:50:46 PM (13 years ago)
Author:
patdenice
Message:

Extended description now work on page title.
Language restriction is now optionnal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdditionalPages/admin/config.inc.php

    r9345 r9350  
    2525    pwg_query('UPDATE '.ADD_PAGES_TABLE.' SET groups = NULL;');
    2626  }
     27  if ($conf['AP']['language_perm'] and !isset($_POST['language_perm']))
     28  {
     29    pwg_query('UPDATE '.ADD_PAGES_TABLE.' SET lang = NULL;');
     30  }
    2731
    28   $params = array('show_home', 'group_perm', 'user_perm', 'level_perm');
     32  $params = array('show_home', 'group_perm', 'user_perm', 'level_perm', 'language_perm');
    2933
    3034  foreach ($params as $param)
Note: See TracChangeset for help on using the changeset viewer.