Ignore:
Timestamp:
May 27, 2010, 9:57:02 AM (14 years ago)
Author:
vdigital
Message:

Cosmetic review for the clear admin theme and more

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/whois_online/reload.php

    r3695 r6386  
    9494}
    9595foreach ($online as $k => $v) {
    96   // The stupid History search will be reused instead of created... (even if History search will recreate it)
    97         if ($conf['log']) $online[$k]['url_user'] =
    98                 PHPWG_ROOT_PATH .'admin.php?page=history&user_id='.$online[$k]['user_id'].'&search_id='.$conf_whois['Search id'];
    99        
     96  // The stupid History search will be reused instead of created... (even if History search will recreate it)   
     97    if ($conf['log']) {
     98                if ( $conf['history_guest'] or $online[$k]['user_id'] != $conf['guest_id'])
     99                        $online[$k]['url_user'] =
     100                        PHPWG_ROOT_PATH .'admin.php?page=history&user_id='.$online[$k]['user_id'].'&search_id='.$conf_whois['Search id'];
     101        }
     102
    100103        $online[$k]['Language'] = (isset($lang_code[$v['lang']])) ? $lang_code[$v['lang']]:l10n('Deleted language');
    101104        $online[$k]['Country'] = whois_country($v, $bypass);
Note: See TracChangeset for help on using the changeset viewer.