[svn r10135] Minor - Removed forgotten error_log

skala
Yannick Warnier 18 years ago
parent f223ecea00
commit 42da049869
  1. 1
      main/newscorm/lp_comm.server.php

@ -343,7 +343,6 @@ function start_timer()
{
$objResponse = new xajaxResponse();
$time = time();
error_log('assigning '.$time.' to timer ',0);
$objResponse->addScript("asset_timer='$time';asset_timer_total=0;");
return $objResponse;
}

Loading…
Cancel
Save