Revision: 2302
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2302&view=rev
Author:   cimorrison
Date:     2012-06-21 15:54:26 +0000 (Thu, 21 Jun 2012)
Log Message:
-----------
Removed unnecessary default value for rep_num_weeks (was only in there for 
HTML5 validation, but empty value strings are now stripped out of the HTML)

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

Modified: mrbs/trunk/web/edit_entry.php
===================================================================
--- mrbs/trunk/web/edit_entry.php       2012-06-21 15:24:36 UTC (rev 2301)
+++ mrbs/trunk/web/edit_entry.php       2012-06-21 15:54:26 UTC (rev 2302)
@@ -954,7 +954,6 @@
   $type          = $default_type;
   $room_id       = $room;
   $rep_id        = 0;
-  $rep_num_weeks = REP_NUM_WEEKS_MIN;     // We need to set this so that HTML5 
validates the field properly
   if (!isset($rep_type))  // We might have set it through a drag selection
   {
     $rep_type      = REP_NONE;

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to