fixing bugs

preparing for 6.2.7 bugfix cycle
This commit is contained in:
JT Smith 2004-10-03 19:47:25 +00:00
parent 1835437de4
commit b985eec1b1
9 changed files with 42 additions and 29 deletions

View file

@ -756,7 +756,8 @@ Returns an epoch date for now.
=cut
sub time {
return dateToEpoch(&ParseDate("now"));
#return dateToEpoch(&ParseDate("now"));
return time;
}
#-------------------------------------------------------------------