Revision: 1052
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1052&view=rev
Author:   cimorrison
Date:     2009-03-18 20:18:09 +0000 (Wed, 18 Mar 2009)

Log Message:
-----------
Fix to avoid an undefined variable notice.

Modified Paths:
--------------
    mrbs/trunk/web/edit_entry_handler.php

Modified: mrbs/trunk/web/edit_entry_handler.php
===================================================================
--- mrbs/trunk/web/edit_entry_handler.php       2009-03-18 19:14:51 UTC (rev 
1051)
+++ mrbs/trunk/web/edit_entry_handler.php       2009-03-18 20:18:09 UTC (rev 
1052)
@@ -297,6 +297,7 @@
 else
 {
   $rep_type = 0;
+  $rep_enddate = 0;  // to avoid an undefined variable notice
 }
 
 if (!isset($rep_day))


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

Reply via email to