Index: search_files_attachments.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/search_files/Attic/search_files_attachments.module,v
retrieving revision 1.1.2.14
diff -u -p -r1.1.2.14 search_files_attachments.module
--- search_files_attachments.module	15 Aug 2009 23:26:11 -0000	1.1.2.14
+++ search_files_attachments.module	20 Aug 2009 17:47:23 -0000
@@ -73,7 +73,7 @@ function search_files_attachments_search
 
     case 'search':
       // Build matching conditions
-      list($join1, $where1) = _db_rewrite_sql();
+      list($join1, $where1) = _db_rewrite_sql('', 'f', 'files');
 
       $arguments1 = array();
       $conditions1 = 'f.status = 1';
