06-08-2008, 04:01 AM
|
#19 (permalink)
|
|
The Addict
Join Date: Jun 2008
Posts: 335
Thanks: 2
|
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.
|
|
|
|