Changeset 3543 for extensions


Ignore:
Timestamp:
Jul 7, 2009, 9:42:20 PM (15 years ago)
Author:
grum
Message:

Update AStat to 2.0.5
Minor changes : there was an invalid character in file astat_aip.class.inc.php
See topic 15784 on french forum

Location:
extensions/AStat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/AStat/astat_aip.class.inc.php

    r3394 r3543  
    21922192    for($i=0;$i<4;$i++)
    21932193    {
    2194       if(!is_numeric($tmp[$i])) { return (false); }
     2194      if(!is_numeric($tmp[$i])) { return (false); }
    21952195    }
    21962196    return (true);
  • extensions/AStat/main.inc.php

    r3394 r3543  
    22/*
    33Plugin Name: AStat.2
    4 Version: 2.0.4
     4Version: 2.0.5
    55Description: Statistiques avancées / Advanced statistics
    66Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=172
     
    33332.0.4       - 21/05/09  - bug on tools
    3434                            it was not possible to use tools to manage deleted items
     352.0.5       - 07/07/09  - bug in code - invalid character on line 2194
    3536
    3637:: TO DO
     
    5455define('ASTAT_PATH' , PHPWG_PLUGINS_PATH . ASTAT_DIR . '/');
    5556
    56 define('ASTAT_VERSION' , '2.0.4'); // => ne pas oublier la version dans l'entête !!
     57define('ASTAT_VERSION' , '2.0.5'); // => ne pas oublier la version dans l'entête !!
    5758
    5859global $prefixeTable;
Note: See TracChangeset for help on using the changeset viewer.