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

Update the plugin for compatibility with Piwigo 2.1

File:
1 edited

Legend:

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

    r5431 r5548  
    7676define('LMT_PATH' , PHPWG_PLUGINS_PATH . LMT_DIR . '/');
    7777
    78 define('LMT_VERSION' , '1.2.0'); // => ne pas oublier la version dans l'entête !!
     78include_once('lmt_version.inc.php'); // => Don't forget to update this file !!
    7979
    8080global $prefixeTable;
    81 
    8281
    8382if(defined('IN_ADMIN'))
     
    8685  include_once("lmt_aim.class.inc.php");
    8786  $obj=new LMT_AIM($prefixeTable, __FILE__);
    88   $obj->init_events();
     87  $obj->initEvents();
    8988}
    9089else
Note: See TracChangeset for help on using the changeset viewer.