Commit 88cbdf6f3edecb5b89c91cd8d1949dcdbfe45ea3

Authored by Kevin Fourie
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
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
... ...