Make how_old() return a fixed date when caching is enabled.
authorAlberto Bertogli <albertogli@telpin.com.ar>
local dateThu, 17 Nov 2005 14:41:33
dateThu, 17 Nov 2005 14:41:33
hash20051117144133-d5d94-3212fbe8e0fbbc5b55d9ce5f90e0c96a523d9629
Make how_old() return a fixed date when caching is enabled.


how_old() becomes a problem when we have a cache, because the relative dates
will get stalled in the cache.

This is makes a workaround by making how_old() return a string containing the
fixed date, which isn't quite nice but it will do the trick until a better
solution comes up.
1 file(s) changed:
darcsweb.cgi +7 -0