Author: duncan
Date: Wed Dec 27 12:53:05 2006
New Revision: 8825

Modified:
   branches/rel-1-6/freevo/src/www/htdocs/manualrecord.rpy

Log:
[ 1622662 ] webinterface is missing day 31 in manual record
Patch from F Demmer applied


Modified: branches/rel-1-6/freevo/src/www/htdocs/manualrecord.rpy
==============================================================================
--- branches/rel-1-6/freevo/src/www/htdocs/manualrecord.rpy     (original)
+++ branches/rel-1-6/freevo/src/www/htdocs/manualrecord.rpy     Wed Dec 27 
12:53:05 2006
@@ -155,7 +155,7 @@
             #day
             dayselect = '<select name="%s" %s >'
             iter=1
-            while iter < 31:
+            while iter <= 31:
                 if curtime[2] == iter:
                     dayselect = dayselect + '<option selected 
value="'+str(iter)+'">'+str(iter)+"\n"
                 else:

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to