From 06eac3bac5e75914e752bea85618cf6bf13cf898 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 30 May 2003 10:36:34 +0000 Subject: [PATCH] removed debug logging --- presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/modifyArchiveSettingsBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/modifyArchiveSettingsBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/modifyArchiveSettingsBL.php index 18eceb0..1054820 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/modifyArchiveSettingsBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/archiving/modifyArchiveSettingsBL.php @@ -30,7 +30,7 @@ if (checkSession()) { // instantiate my content pattern $oContent = new PatternCustom(); - $default->log->info(arrayToString($_REQUEST)); + if ($fDocumentID) { // retrieve the appropriate settings given the document id $oDocumentArchiving = DocumentArchiving::getFromDocumentID($fDocumentID); -- libgit2 0.21.4