Ignore:
Timestamp:
Jul 26, 2009, 3:23:03 PM (15 years ago)
Author:
grum
Message:

Update MyPolls to 2.1.0 alpha-2
Minor changes (ajax management is modified to be compatible with AMM 2.1.0)

File:
1 edited

Legend:

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

    r3397 r3680  
    2929{
    3030  @include_once(PHPWG_PLUGINS_PATH.'grum_plugins_classes-2/main.inc.php');
    31   // need GPC release greater or equal than 2.0.1
    32   if(checkGPCRelease(2,0,1))
     31  // need GPC release greater or equal than 2.0.3
     32  if(checkGPCRelease(2,0,3))
    3333  {
    3434    @include_once('mypolls_install.class.inc.php');
     
    3939function gpcMsgError(&$errors)
    4040{
    41   array_push($errors, sprintf(l10n('mypolls_gpc2_not_installed'), "2.0.1"));
     41  array_push($errors, sprintf(l10n('mypolls_gpc2_not_installed'), "2.0.3"));
    4242}
    4343// -----------------------------------------------------------------------------
     
    4949
    5050
    51 function plugin_install($plugin_id, $plugin_version, &$errors) 
     51function plugin_install($plugin_id, $plugin_version, &$errors)
    5252{
    5353  global $prefixeTable, $gpc_installed;
Note: See TracChangeset for help on using the changeset viewer.