Commit 88cbdf6f3edecb5b89c91cd8d1949dcdbfe45ea3
1 parent
53e21960
KTC-444
"SQL Error in the Indexer" Fixed. Committed By: Kevin Fourie Reviewed By: Isaac Lundall git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8323 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
search2/indexing/indexerCore.inc.php
| @@ -539,7 +539,7 @@ abstract class Indexer | @@ -539,7 +539,7 @@ abstract class Indexer | ||
| 539 | global $default; | 539 | global $default; |
| 540 | 540 | ||
| 541 | $sql = 'DELETE FROM | 541 | $sql = 'DELETE FROM |
| 542 | - index_files AS iff USING index_files AS iff, documents | 542 | + iff USING index_files AS iff, documents |
| 543 | WHERE | 543 | WHERE |
| 544 | NOT EXISTS( | 544 | NOT EXISTS( |
| 545 | SELECT | 545 | SELECT |