
something wrong in a lib function.

Moderators: Wabbitface, Jocy, steeffeen, NADEO
Code: Select all
$seconds -= $hours * 60 + $minutes * 60;
Code: Select all
$seconds -= ($hours * 60 + $minutes) * 60;
Users browsing this forum: No registered users and 0 guests