Show
Ignore:
Timestamp:
02/29/08 14:10:58 (5 years ago)
Author:
patdenice
Message:

Merge from revision 2228.
Resolved bugs:
741 and 793: Added user does not appear in listing.
769: show email address in adviser mode when editing user profil.
800: get_absolute_root_url does not work with https protocol.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_user.inc.php

    r2221 r2229  
    867867  { 
    868868    $user_ids = array(); 
    869     if (is_integer($arg_id)) 
     869    if (is_numeric($arg_id)) 
    870870    { 
    871871      $user_ids[] = $arg_id; 
     
    12281228  else 
    12291229  { 
    1230     if (is_adviser()) 
     1230    if (script_basename() == 'admin' and is_adviser()) 
    12311231    { 
    12321232      return 'adviser.mode@'.$_SERVER['SERVER_NAME'];