From a4f9473491b99adde0620d5c5a059ee0ff587ad6 Mon Sep 17 00:00:00 2001 From: Cristian Fasanando Date: Thu, 9 Apr 2009 04:40:26 +0200 Subject: [PATCH] [svn r19672] Minor - Fixed last commit (calls to $this in static methods) --- main/newscorm/learnpath.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 3d9e2371ba..b736495a0b 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -81,7 +81,7 @@ class learnpath { var $arrMenu = array(); //array for the menu items - var $debug = 0; //logging level + var $debug = 1; //logging level @@ -2084,7 +2084,7 @@ class learnpath { */ function get_progress_bar($mode='',$percentage=-1,$text_add='',$from_lp=false) { - if($this->debug>0){error_log('New LP - In learnpath::get_progress_bar()',0);} + //if($this->debug>0){error_log('New LP - In learnpath::get_progress_bar()',0);} global $lp_theme_css; // Setting up the CSS path of the current style if exists