bug fix for the bug fix.
[mir.git] / source / mircoders / producer / IndexingProducerNode.java
index 3641ec5..ffd6f8e 100755 (executable)
@@ -118,8 +118,8 @@ public class IndexingProducerNode extends AbstractProducerNode {
 
       String textValue = entity.getFieldValue("webdb_create");
       Calendar calendar = GregorianCalendar.getInstance();
-      int year;
-      int month;
+      int year=0;
+      int month=0;
       int day;
       int hours;
       int minutes;