Show
Ignore:
Timestamp:
04/23/07 15:02:21 (2 years ago)
Author:
ben
Message:

External users who log in via OpenID now have a lot more functionality available to them.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/profile/lib.php

    r1046 r1084  
    1111    $pgowner = $profile_id; 
    1212 
    13     if (isloggedin() && user_info("user_type",$_SESSION['userid']) != "external") { 
     13    if (isloggedin()) { 
    1414        if (defined("context") && context == "profile" && $pgowner == $_SESSION['userid']) { 
    1515            $PAGE->menu[] = array( 'name' => 'profile',