Changeset 969

Show
Ignore:
Timestamp:
03/30/02 17:57:09 (11 years ago)
Author:
bradfitz
Message:

avva: fix unknown user breakage from last commmit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/userinfo.bml

    r953 r969  
    5757     $userid = $u->{'userid'}+0 if $u; 
    5858 
    59      LJ::text_out(\$u->{'name'}); 
     59     LJ::text_out(\$u->{'name'}) if $u; 
    6060     if ($u && $FORM{'mode'} eq "full") { 
    6161         $sth = $dbr->prepare("SELECT timeupdate, timecreate, ".