Revision: 1467
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1467&view=rev
Author:   cimorrison
Date:     2010-09-23 10:33:22 +0000 (Thu, 23 Sep 2010)

Log Message:
-----------
Fixed a bug whereby the repeat type was being incorrectly reported in email 
notifications for changed entries.

Modified Paths:
--------------
    mrbs/branches/provisional_bookings_new_style/web/edit_entry_handler.php

Modified: 
mrbs/branches/provisional_bookings_new_style/web/edit_entry_handler.php
===================================================================
--- mrbs/branches/provisional_bookings_new_style/web/edit_entry_handler.php     
2010-09-23 10:09:47 UTC (rev 1466)
+++ mrbs/branches/provisional_bookings_new_style/web/edit_entry_handler.php     
2010-09-23 10:33:22 UTC (rev 1467)
@@ -514,9 +514,9 @@
     $data['description'] = $description;
     $data['status'] = $status;
     $data['custom_fields'] = $custom_fields;
+    $data['rep_type'] = $rep_type;
     if ($edit_type == "series")
     {
-      $data['rep_type'] = $rep_type;
       $data['end_date'] = $end_date;
       $data['rep_opt'] = $rep_opt;
       $data['rep_num_weeks'] = (isset($rep_num_weeks)) ? $rep_num_weeks : 0;


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

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to