Index: openacs-4/packages/dotlrn-forums/www/user.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-forums/www/user.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-forums/www/user.tcl 11 Nov 2002 10:39:48 -0000 1.2 +++ openacs-4/packages/dotlrn-forums/www/user.tcl 13 Aug 2003 11:21:42 -0000 1.3 @@ -27,7 +27,10 @@ } # Select the postings -db_multirow messages $query {} +db_multirow -extend { posting_date_pretty } messages $query {} { + set posting_date_ansi [lc_time_system_to_conn $posting_date_ansi] + set posting_date_pretty [lc_time_fmt $posting_date_ansi "%x %X"] +} # Get user information oacs::user::get -user_id $user_id -array user