Changeset 69

Show
Ignore:
Timestamp:
04/13/07 17:43:08
Author:
grahack
Message:

FAL: fixed some comments for getUserProperty and getUserPropertyFromId

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/libraries/Freakauth_light.php

    r64 r69  
    830830     *  
    831831     * @return prop string of currently logged in user 
    832      * @return empty string if user not logged in 
     832     * @return empty string if user not logged in or prop unknown 
    833833     */ 
    834834    function getUserProperty($prop) 
     
    845845 
    846846    /** 
    847      * Returns the prop of the user identified by $id 
    848      * Returns an empty string if no user is logged in 
    849      * uses function isValidUser() 
    850      * and Class db_session method "userdata". 
    851      *  
    852      * @return prop string of currently logged in user 
    853      * @return empty string if user not logged in 
     847     * Returns the prop $prop of the user identified by $id 
     848     * 
     849     * @return prop string of the user identified by $id 
     850     * @return 'unknown user'  if user unknown 
     851     * @return empty string if prop unknow 
    854852     */ 
    855853    function getUserPropertyFromId($id, $prop)