Removed debug flag from previous commit

skala
Yannick Warnier 14 years ago
parent 343330a67a
commit ad09c47e2a
  1. 2
      main/newscorm/lp_controller.php

@ -10,7 +10,7 @@
/**
* Initialisations
*/
$debug = 1;
$debug = 0;
if($debug>0) error_log('New LP -+- Entered lp_controller.php -+-',0);
// name of the language file that needs to be included
if (isset($_GET['action']))

Loading…
Cancel
Save