fixed a few bugs

This commit is contained in:
JT Smith 2004-08-31 15:58:33 +00:00
parent 6067d3204e
commit 5fabdf758a
5 changed files with 11 additions and 9 deletions

View file

@ -128,7 +128,7 @@ sub _setupUserInfo {
#-------------------------------------------------------------------
sub _time {
return &UnixDate(&ParseDate("now")),"%s");
return &UnixDate(&ParseDate("now"),"%s");
}