View Single Post
Old 06-08-2008, 04:01 AM   #19 (permalink)
Enfernikus
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

I just want to point out something in the above classes

PHP Code:
 if($this->m_aConversions[$szCall] == 0)
        {
            return 
$this->m_pDates->end $this->m_pDates->start;
        } 
If you just change the seconds in the conversions array to 1 you don't need the above line of code as X/1 = X or if you don't like algebra - a number over one will always be that number.
Enfernikus is offline  
Reply With Quote
The Following User Says Thank You to Enfernikus For This Useful Post:
sketchMedia (09-01-2008)