Ignore:
Timestamp:
Nov 2, 2009, 2:23:52 AM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Bug corrections

File:
1 edited

Legend:

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

    r4169 r4171  
    3838if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    3939
    40 global $template, $conf, $lang, $test1, $prefixeTable, $ec_err, $page,
     40global $template, $conf, $lang, $test1, $prefixeTable, $ec_conf, $page,
    4141 $ec_lists,   // array of following arrays :
    4242              //   $ec_lists['ec_table'] :
     
    188188  'POST'      => str_from_var($_POST),
    189189  'page'      => str_from_var($page),
     190  'ec_conf'   => str_from_var($ec_conf),
    190191  'ec_lists'  => (isset($ec_lists)) ? str_from_var($ec_lists) : '(unset)',
    191192  'code_list' => (isset($code_list)) ? str_from_var($code_list) : '(unset)',
Note: See TracChangeset for help on using the changeset viewer.