Changeset 1543
- Timestamp:
- 12/20/2009 10:34:23 PM (9 months ago)
- Files:
-
- 1 modified
-
branches/1.3/actions/whoami/whoami.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/actions/whoami/whoami.php
r1483 r1543 13 13 if ($this->GetUser()) 14 14 { 15 echo $this-> Link($currentuser);15 echo $this->FormatUser($currentuser); 16 16 } 17 17 //user is anonymous