Jack Walsh - 2009-11-04 13:03:17
There is a minor correction on the file class.awfile.php:
line 175:
function GetDays() {
return $this->aHours;
}
Should be replaced by:
function GetDays() {
return $this->aDays;
}
By the way, thanks a lot for your class.