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

File:
1 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);
Note: See TracChangeset for help on using the changeset viewer.