Changeset 969
- Timestamp:
- 03/30/02 17:57:09 (11 years ago)
- Files:
-
- 1 modified
-
trunk/htdocs/userinfo.bml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/userinfo.bml
r953 r969 57 57 $userid = $u->{'userid'}+0 if $u; 58 58 59 LJ::text_out(\$u->{'name'}) ;59 LJ::text_out(\$u->{'name'}) if $u; 60 60 if ($u && $FORM{'mode'} eq "full") { 61 61 $sth = $dbr->prepare("SELECT timeupdate, timecreate, ".
