Changeset 16015 for extensions/UserStat/userstat_aim.class.inc.php
- Timestamp:
- Jun 24, 2012, 9:20:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserStat/userstat_aim.class.inc.php
r10344 r16015 17 17 18 18 include_once('userstat_root.class.inc.php'); 19 include_once(PHPWG_PLUGINS_PATH.'GrumPluginClasses/classes/GPCCss.class.inc.php');20 19 21 20 class UserStat_AIM extends UserStat_root … … 34 33 add_event_handler('get_admin_plugin_menu_links', array(&$this, 'pluginAdminMenu') ); 35 34 } 36 37 38 35 } // UserStat_Plugin class 39 36
Note: See TracChangeset
for help on using the changeset viewer.