Quote:
Originally posted by JDD
$totaltime=$endtime[0]-$starttime[0]+$endtime[1]-$starttime[1];
|
I noticed a possible incongruence (or simply an algorithm I can't understand...

gre

between the original - corrected by FF - time calculation of functions.php and the same calc within db_mysql.php, where both are made with:
PHP Code:
$beforetime=$endtime[0]-$starttime[0]+$endtime[1]-$starttime[1];
.
.
.
$aftertime=$endtime[0]-$starttime[0]+$endtime[1]-$starttime[1];
Thnx