Ignore:
Timestamp:
Oct 20, 2010, 12:21:08 AM (14 years ago)
Author:
LucMorizur
Message:

Cleaning of autolog_new.tpl thanks to HTMLvalidator (remains quite such cleaning to do...)

File:
1 edited

Legend:

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

    r7099 r7285  
    408408$template->assign('U_HELP', get_root_url().'popuphelp.php?page=help');
    409409
    410 if (isset($conf['ec_debug1'])) $template->assign('ec_debug1', array(
     410if (isset($conf['ec_debug1']) and $conf['ec_debug1'])
     411 $template->assign('ec_debug1', array(
    411412  'POST'      => str_from_var($_POST),
    412413  'ec_debug'  => (isset($ec_debug)) ? str_from_var($ec_debug) : '(unset)',
Note: See TracChangeset for help on using the changeset viewer.