Commit c6cd37f0d0c57275dc2f307f4e63997dd902f047

Authored by michael
1 parent 3866b17a

removed debug logging


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1964 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/search/advancedSearchBL.php
... ... @@ -120,7 +120,6 @@ function getApprovedDocumentString($sMetaTagIDs, $sSQLSearchString) {
120 120 "AND " . $sSQLSearchString . " " .
121 121 "AND SL.name='Live' " .
122 122 "AND SDUL.user_id = " . $_SESSION["userID"];
123   - $default->log->info("search doc query=$sQuery");
124 123 $sql = $default->db;
125 124 $sql->query($sQuery);
126 125 while ($sql->next_record()) {
... ...