From 19b910362426cffde74244bef895c9d9b9e9a76a Mon Sep 17 00:00:00 2001 From: rob Date: Tue, 24 Jun 2003 11:02:05 +0000 Subject: [PATCH] removed echo statement --- presentation/lookAndFeel/knowledgeTree/search/standardSearchBL.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/search/standardSearchBL.php b/presentation/lookAndFeel/knowledgeTree/search/standardSearchBL.php index 8f1bfa3..a21d43d 100644 --- a/presentation/lookAndFeel/knowledgeTree/search/standardSearchBL.php +++ b/presentation/lookAndFeel/knowledgeTree/search/standardSearchBL.php @@ -27,8 +27,7 @@ if (checkSession()) { //escape the search string $fStandardSearchString = addslashes($fStandardSearchString); - if (strlen($fBrowseType) > 0) { - echo "browse type"; + if (strlen($fBrowseType) > 0) { //the user was browsing by a specific type switch ($fBrowseType) { case "folder" : -- libgit2 0.21.4