Changeset 5425
- Timestamp:
- Mar 28, 2010, 7:18:02 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/AStat/maintain.inc.php
r5423 r5425 29 29 { 30 30 @include_once(PHPWG_PLUGINS_PATH.'grum_plugins_classes-2/main.inc.php'); 31 // need GPC release greater or equal than 2.0. 132 if(checkGPCRelease(2,0, 1))31 // need GPC release greater or equal than 2.0.5 32 if(checkGPCRelease(2,0,5)) 33 33 { 34 34 @include_once("astat_aim.class.inc.php"); … … 39 39 function gpcMsgError(&$errors) 40 40 { 41 array_push($errors, sprintf(l10n('AStat_gpc2_not_installed'), "2.0. 1"));41 array_push($errors, sprintf(l10n('AStat_gpc2_not_installed'), "2.0.5")); 42 42 } 43 43 // -----------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.