PHP Classes

Minor correction

Recommend this page to a friend!

      awfile  >  All threads  >  Minor correction  >  (Un) Subscribe thread alerts  
Subject:Minor correction
Summary:awfile version 0.1
Messages:1
Author:Jack Walsh
Date:2009-11-04 13:03:17
 

  1. Minor correction   Reply   Report abuse  
Picture of Jack Walsh 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.