Changeset 1084 for devel/mod/profile
- Timestamp:
- 04/23/07 15:02:21 (2 years ago)
- Files:
-
- devel/mod/profile/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/profile/lib.php
r1046 r1084 11 11 $pgowner = $profile_id; 12 12 13 if (isloggedin() && user_info("user_type",$_SESSION['userid']) != "external") {13 if (isloggedin()) { 14 14 if (defined("context") && context == "profile" && $pgowner == $_SESSION['userid']) { 15 15 $PAGE->menu[] = array( 'name' => 'profile',
