Update of /var/cvs/contributions/natmm/templates/natmm/rss
In directory james.mmbase.org:/tmp/cvs-serv15547/templates/natmm/rss

Modified Files:
        xmlactiviteiten.jsp 
Log Message:
NMCMS-531


See also: http://cvs.mmbase.org/viewcvs/contributions/natmm/templates/natmm/rss
See also: http://www.mmbase.org/jira/browse/NMCMS-531


Index: xmlactiviteiten.jsp
===================================================================
RCS file: /var/cvs/contributions/natmm/templates/natmm/rss/xmlactiviteiten.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- xmlactiviteiten.jsp 8 Jul 2008 15:59:57 -0000       1.10
+++ xmlactiviteiten.jsp 8 Jul 2008 16:00:36 -0000       1.11
@@ -31,8 +31,6 @@
 long lDateSearchFrom = nowSec;
 long lDateSearchTill = lDateSearchFrom + iSearchNumberOfDays*24*60*60;
 
-System.out.println("lDateSearchTill 1: " + lDateSearchTill);
-
 //if(application.getAttribute("events_till")==null){
 //   EventNotifier.updateAppAttributes(cloud);
 //}
@@ -40,8 +38,6 @@
 //   lDateSearchTill = ((Long) 
application.getAttribute("events_till")).longValue();
 //}
 
-System.out.println("lDateSearchTill 2: " + lDateSearchTill);
-
 String sChildConstraints = 
Evenement.getEventsConstraint(lDateSearchFrom,lDateSearchTill);
 
 String pProvincie = request.getParameter("provincie");
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to