Ignore:
Timestamp:
Apr 1, 2010, 9:06:01 PM (14 years ago)
Author:
grum
Message:

Update the plugin for compatibility with Piwigo 2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserStat/main.inc.php

    r5433 r5549  
    5454define('USERSTAT_PATH' , PHPWG_PLUGINS_PATH . USERSTAT_DIR . '/');
    5555
    56 define('USERSTAT_VERSION' , '1.1.0'); // => ne pas oublier la version dans l'entête !!
     56include_once('userstat_version.inc.php'); // => Don't forget to update this file !!
    5757
    5858global $prefixeTable;
     
    6464
    6565  $obj = new UserStat_AIM($prefixeTable, __FILE__);
    66   $obj->init_events();
     66  $obj->initEvents();
    6767  set_plugin_data($plugin['id'], $obj);
    6868}
Note: See TracChangeset for help on using the changeset viewer.