Time Display Fix 1.0 In my german time mod (http://www.philtalk.de/mods/german_time.mod) I make by the way two changes which are interesting for YaBB in general. The user has the choice for some time formats. But if he looks at the list of the newest board mails or at the list of the newest mails of some user this format is in the original YaBB code not used. This mod removes these inconsequences. The mod adds only a row in the Recent.pl and the same in the Profile.pl. If you use the german time hack you do not need this modification. Uwe Wiedemann http://www.philtalk.de/ Sources/Recent.pl print <<"EOT"; # time mod $mdate = timeformat($mdate); # end time mod Sources/Profile.pl print <<"EOT";
 $counter   $catname{$cat{$board}} / $boardinfo{$board}->[0] / $msub  $txt{'30'}: $mdate 
# time mod $mdate = timeformat($mdate); # end time mod
 $counter   $catname{$cat{$board}} / $boardinfo{$board}->[0] / $msub  $txt{'30'}: $mdate