Commit 9d8ad20fa9dc484b965048830da264b71511b57c

Authored by kevin_fourie
1 parent 412eec9c

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
search2/indexing/indexerCore.inc.php
... ... @@ -539,7 +539,7 @@ abstract class Indexer
539 539 global $default;
540 540  
541 541 $sql = 'DELETE FROM
542   - index_files AS iff USING index_files AS iff, documents
  542 + iff USING index_files AS iff, documents
543 543 WHERE
544 544 NOT EXISTS(
545 545 SELECT
... ...