Commit dc36ec9c276d4f3564872d68af96df4be733a439

Authored by michael
1 parent a71ed3a2

formatting fix


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2452 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/search/advancedSearchUI.inc
... ... @@ -91,7 +91,7 @@ function getSearchResults($sMetaTagIDs, $sSQLSearchString, $iStartIndex, $sStatu
91 91 "WHERE DF.ID IN ($sMetaTagIDs) " .
92 92 "AND (" . $sSQLSearchString . ") " .
93 93 "AND SDUL.user_id = " . $_SESSION["userID"] . " " .
94   - "AND SL.name='$sStatus' " .
  94 + "AND SL.name='$sStatus' " .
95 95 "GROUP BY D.id ";
96 96 "ORDER BY doc_count DESC ";
97 97 $default->log->info("getSearchResults $sQuery");
... ...