From 0d8a77c9788d109e46c74027b0fb5d78120b1ceb Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Wed, 19 Sep 2007 07:14:48 +0000 Subject: [PATCH] accesslib:context_moved() remove debugging msgs --- lib/accesslib.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/accesslib.php b/lib/accesslib.php index 4b61c43781..aae7e8fd9a 100755 --- a/lib/accesslib.php +++ b/lib/accesslib.php @@ -4766,7 +4766,6 @@ function context_moved($context, $newparent) { SET path='$newpath' $setdepth WHERE path='$frompath'"; - error_log($sql); execute_sql($sql,false); $len = strlen($frompath); @@ -4774,7 +4773,6 @@ function context_moved($context, $newparent) { SET path = '$newpath' || SUBSTR(path, {$len} +1) $setdepth WHERE path LIKE '{$frompath}/%'"; - error_log($sql); execute_sql($sql,false); mark_context_dirty($frompath); -- 2.39.5