[svn r12069] remove a debug string

skala
Julian Prud'homme 18 years ago
parent 2cfc698a6d
commit 80073eeb85
  1. 2
      main/inc/lib/tracking.lib.php

@ -121,8 +121,6 @@ class Tracking {
$timestamp=strtotime($last_login_date);
$currentTimestamp=mktime();
echo $currentTimestamp-$timestamp.'<br>';
//If the last connection is > than 7 days, the text is red
//345600 = 7 days in seconds
if($currentTimestamp-$timestamp>604800){

Loading…
Cancel
Save