Ignore:
Timestamp:
Jul 2, 2009, 1:43:46 PM (15 years ago)
Author:
flop25
Message:

ready for plugin 2.0.0

Location:
extensions/adult_content
Files:
2 deleted
1 edited

Legend:

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

    r3494 r3496  
    1616define('AC_PATH', dirname(__FILE__).'/' );
    1717define('AC_NAME', basename(dirname(__FILE__)) );
    18 //define('LOCALEDIT_PATH' , PHPWG_PLUGINS_PATH . basename(dirname(__FILE__)) . '/');
    1918
    2019include_once(dirname(__FILE__).'/class.inc.php');
    2120
    22 ///add_event_handler('loc_begin_menubar', array(&$adult_content, 'placer_identification') );
    2321add_event_handler('register_user', array(&$adult_content, 'on_register') ); 
    2422         
     
    3230set_plugin_data($adult_content->plugin_name, $adult_content);
    3331
    34 //set_plugin_data($plugin['id'], $adult_content)
    35 //$obj = new adult_content();
    3632?>
Note: See TracChangeset for help on using the changeset viewer.