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