Ignore:
Timestamp:
Nov 10, 2009, 4:04:07 PM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Improve configuration parameters management

File:
1 edited

Legend:

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

    r4233 r4239  
    3838//ini_set('display_errors', true);
    3939
    40 global
    41   $conf, $prefixeTable,
     40global $conf, $prefixeTable, $ec_lists, $ec_debug,
    4241  $ec_ap_ok;   // whether Additional Pages is installed and activated
    4342
     
    4948$ec_ap_ok = defined('AP_DIR');
    5049
    51 if (!isset($ec_lists)) {
    52   $ec_lists = array();
    53 }
     50if (!isset($ec_lists)) $ec_lists = array();
    5451
    5552include_once(EVNTCATS_PATH.'include/evntcats_main_funcs.inc.php');
Note: See TracChangeset for help on using the changeset viewer.