Commit 19b910362426cffde74244bef895c9d9b9e9a76a

Authored by rob
1 parent 015e92fb

removed echo statement


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2241 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/search/standardSearchBL.php
... ... @@ -27,8 +27,7 @@ if (checkSession()) {
27 27 //escape the search string
28 28 $fStandardSearchString = addslashes($fStandardSearchString);
29 29  
30   - if (strlen($fBrowseType) > 0) {
31   - echo "browse type";
  30 + if (strlen($fBrowseType) > 0) {
32 31 //the user was browsing by a specific type
33 32 switch ($fBrowseType) {
34 33 case "folder" :
... ...