Ignore:
Timestamp:
May 16, 2010, 10:32:54 PM (14 years ago)
Author:
vdigital
Message:

New: Piwigo 2.1 support
Fix: Non active menu => Icon is active
Fix: Active the right menu (Tools or Plugins) depending on the default access.
Change: CSS review.
Bug bypass on language.
Part of a code review.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/whois_online/online.php

    r6193 r6201  
    1616        add_event_handler('loc_begin_index', 'whois_online_management');
    1717        add_event_handler('register_user', 'whois_online_register');
    18         if ($conf_whois['Default display'] or (defined('IN_ADMIN') and IN_ADMIN)) add_event_handler('loc_begin_page_tail', 'whois_default_display' );
     18        if ($conf_whois['Default display'] or (defined('IN_ADMIN') and IN_ADMIN)) 
     19                add_event_handler('loc_begin_page_tail', 'whois_default_display' );
    1920}
    2021
Note: See TracChangeset for help on using the changeset viewer.