Ignore:
Timestamp:
Nov 22, 2009, 6:34:35 PM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Remove define of EC_AP_OK with a mysql query in main.inc.php

(See http://code.piwigo.org/issues/show/1249 )

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/autolog_new.inc.php

    r4336 r4342  
    103103"))) == 0));
    104104$template->assign('ec_is_creation',         $ec_is_creation);
    105 $template->assign('ec_ap_ok',               EC_AP_OK);
     105$template->assign('ec_ap_ok',               defined('ADD_PAGES_TABLE'));
    106106$template->assign('ec_lists',               $ec_lists);
    107107$template->assign('ec_default_entry',       $ec_default_entry);
Note: See TracChangeset for help on using the changeset viewer.