Gossamer Forum
Home : Gossamer Threads Inc. : Official Bug Fixes :

[GForum 1.1.8] - Users validate has incorrect date

Quote Reply
[GForum 1.1.8] - Users validate has incorrect date
There is a bug in the admin template users_admin_validate.html that causes the Signup date to always reflect the current date and time, rather than the actual signup date. Line 210 of the template contains:

Code:
<%GForum::date($date_registered)%>


The highlighted segment is incorrect. The correction is highlighted below:

Code:


<%GForum::date($user_registered)%>

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread [GForum 1.1.8] - Users validate has incorrect date Jagerman 13665 Jan 4, 2003, 10:23 PM
Thread Re: [Jagerman] [GForum 1.1.8] - Users validate has incorrect date
webconferencia 13409 Jan 6, 2003, 3:29 AM
Thread Re: [webconferencia] [GForum 1.1.8] - Users validate has incorrect date
Paul 13336 Jan 6, 2003, 3:38 AM
Post Re: [Paul] [GForum 1.1.8] - Users validate has incorrect date
webconferencia 13332 Jan 6, 2003, 3:55 AM
Post Re: [Jagerman] [GForum 1.1.8] - Users validate has incorrect date
ArmyAirForces 13259 Jan 9, 2003, 10:58 AM