Revision: 1330
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1330&view=rev
Author:   cimorrison
Date:     2010-04-20 19:16:33 +0000 (Tue, 20 Apr 2010)

Log Message:
-----------
Added some comments following Rev 1329

Revision Links:
--------------
    http://mrbs.svn.sourceforge.net/mrbs/?rev=1329&view=rev

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

Modified: mrbs/trunk/web/edit_entry.php
===================================================================
--- mrbs/trunk/web/edit_entry.php       2010-04-15 23:21:32 UTC (rev 1329)
+++ mrbs/trunk/web/edit_entry.php       2010-04-20 19:16:33 UTC (rev 1330)
@@ -158,8 +158,10 @@
    
     $rep_type = $row['rep_type'];
 
+    // If it's a repeating entry get the repeat details
     if (isset($rep_type) && ($rep_type != REP_NONE))
     {
+      // but don't overwrite the start time if we're not editing the series
       if ($edit_type == "series")
       {
         $start_day   = (int)strftime('%d', $row['start_time']);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to