Revision: 2473
          https://sourceforge.net/p/mrbs/code/2473/
Author:   cimorrison
Date:     2012-10-04 14:11:49 +0000 (Thu, 04 Oct 2012)
Log Message:
-----------
Filled in a default rep_day for new bookings

Modified Paths:
--------------
    mrbs/branches/improved_repeat_interface/web/edit_entry.php

Modified: mrbs/branches/improved_repeat_interface/web/edit_entry.php
===================================================================
--- mrbs/branches/improved_repeat_interface/web/edit_entry.php  2012-10-04 
08:49:21 UTC (rev 2472)
+++ mrbs/branches/improved_repeat_interface/web/edit_entry.php  2012-10-04 
14:11:49 UTC (rev 2473)
@@ -992,7 +992,7 @@
     $rep_end_month = $month;
     $rep_end_year  = $year;
   }
-  $rep_day       = array();
+  $rep_day       = array(date('w', mktime(12, 0, 0, $month, $day, $year)));
   $private       = $private_default;
   $confirmed     = $confirmed_default;
   
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to