Ignore:
Timestamp:
Nov 9, 2009, 12:22:37 AM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Duplication management

File:
1 edited

Legend:

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

    r4169 r4233  
    263263function duplicate_account_url() {
    264264  global $lang, $template;
    265 
     265 
     266  if (is_admin() and read_ec_conf('reg_display') == '0')
     267   change_ec_conf('reg_display', '1;'.$lang['Register']);
    266268  if (!is_admin() and !is_a_guest()) {
    267269    $template->assign( 'U_REGISTER', get_root_url().'register.php');
Note: See TracChangeset for help on using the changeset viewer.