Revision: 1068
http://mrbs.svn.sourceforge.net/mrbs/?rev=1068&view=rev
Author: cimorrison
Date: 2009-03-24 09:25:28 +0000 (Tue, 24 Mar 2009)
Log Message:
-----------
Fixed bug that was causing the repeat day not to be checked for existing series
in the edit_entry form (and was causing undefined variable errors).
Modified Paths:
--------------
mrbs/trunk/web/edit_entry.php
Modified: mrbs/trunk/web/edit_entry.php
===================================================================
--- mrbs/trunk/web/edit_entry.php 2009-03-23 22:02:10 UTC (rev 1067)
+++ mrbs/trunk/web/edit_entry.php 2009-03-24 09:25:28 UTC (rev 1068)
@@ -754,7 +754,7 @@
{
$wday = ($i + $weekstarts) % 7;
echo " <label><input class=\"checkbox\"
name=\"rep_day[$wday]\" type=\"checkbox\"";
- if ($irep_day[$wday])
+ if ($rep_day[$wday])
{
echo " checked=\"checked\"";
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits