From b0ec751c2eb21b4e6762f9819cd28f8ce385c543 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 2 May 2011 19:22:47 +0200 Subject: [PATCH] Removing error_log --- main/newscorm/learnpathList.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/main/newscorm/learnpathList.class.php b/main/newscorm/learnpathList.class.php index d88b9c0886..40507d7605 100755 --- a/main/newscorm/learnpathList.class.php +++ b/main/newscorm/learnpathList.class.php @@ -54,7 +54,6 @@ class learnpathList { $order = Database::parse_conditions(array('order'=>$order_by)); } $sql = "SELECT * FROM $lp_table $condition_session $order"; - error_log($sql); $res = Database::query($sql); $names = array(); while ($row = Database::fetch_array($res,'ASSOC')) {