Author: j16sdiz
Date: 2008-12-16 05:54:07 +0000 (Tue, 16 Dec 2008)
New Revision: 24370

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
Fix "NEVER" written index case

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-16 05:52:59 UTC (rev 
24369)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-16 05:54:07 UTC (rev 
24370)
@@ -995,7 +995,7 @@
                allowedMIMETypes.add("application/xhtml+xml");
                ctx.allowedMIMETypes = new HashSet<String>(allowedMIMETypes);
 
-               tProducedIndex = System.currentTimeMillis();
+               tProducedIndex = 0;
                stopped = false;
                
                if (!new File(DEFAULT_INDEX_DIR).mkdirs()) {

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to