[dev] Re: [cvs] commit: horde login.php

Apis Hytt php3dev@carousel.tabcat.com
Sat, 8 Jun 2002 13:46:11 -0500 (CDT)



On Fri, 7 Jun 2002, Chuck Hagenbuch wrote:

> chuck       2002/06/07 21:14:59 PDT
> 
>   Modified files:
>     .                    login.php 
>   Log:
>   Pull the user's fullname if available; otherwise just use their login
>   name (no case changes. Not really sure what I was thinking there).
>   
>   Revision  Changes    Path
>   2.78      +7 -2      horde/login.php
> 
>   Chora Links:
>   http://cvs.horde.org/diff.php/horde/login.php?r1=2.77&r2=2.78&ty=u

Chuck, a typo fix:

    if (empty($fullname) }    
        $fullname = Auth::getAuth();
         ^^^^
Apis
NNNN