Ignore:
Timestamp:
Nov 29, 2009, 10:33:33 PM (14 years ago)
Author:
grum
Message:

[AMM] feature 1299, feature 1298, feature 1297
Allows to manage access for the 'Admin' users
Users 'Webmaster' aren't managed
AMM don't works properly if a block 'menu' or 'specials' is hidden

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMenuManager/maintain.inc.php

    r4391 r4395  
    2020{
    2121  @include_once(PHPWG_PLUGINS_PATH.'grum_plugins_classes-2/main.inc.php');
    22   // need GPC release greater or equal than 2.0.3
     22  // need GPC release greater or equal than 2.0.4
    2323
    24   if(checkGPCRelease(2,0,3))
     24  if(checkGPCRelease(2,0,4))
    2525  {
    2626    @include_once("amm_install.class.inc.php");
     
    3131function gpcMsgError(&$errors)
    3232{
    33   array_push($errors, sprintf(l10n('Grum Plugin Classes is not installed (release >= %s)'), "2.0.3"));
     33  array_push($errors, sprintf(l10n('Grum Plugin Classes is not installed (release >= %s)'), "2.0.4"));
    3434}
    3535// -----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.