Ignore:
Timestamp:
Nov 1, 2009, 10:36:13 PM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Separate functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/evntcats_admin.php

    r4157 r4169  
    5757include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php');
    5858include_once(PHPWG_ROOT_PATH.'include/functions_url.inc.php');
    59 include_once(EVNTCATS_PATH.'include/evntcats_funcs.inc.php');
     59include_once(EVNTCATS_PATH.'include/evntcats_main_funcs.inc.php');
     60include_once(EVNTCATS_PATH.'include/evntcats_admin_funcs.inc.php');
    6061$my_base_url = get_admin_plugin_menu_link(__FILE__);
    6162
     
    7677if ($ec_howto) change_ec_conf('howto', '1');
    7778
    78 build_ec_lists(); // in evntcats_funcs.php
     79build_ec_lists(); // in evntcats_main_funcs.php
    7980
    8081// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.