Revision: 1615
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1615&view=rev
Author:   cimorrison
Date:     2010-11-18 17:05:52 +0000 (Thu, 18 Nov 2010)

Log Message:
-----------
Fixed bug which prevented converting area to times mode if the default mode is 
periods

Modified Paths:
--------------
    mrbs/trunk/web/internalconfig.inc.php

Modified: mrbs/trunk/web/internalconfig.inc.php
===================================================================
--- mrbs/trunk/web/internalconfig.inc.php       2010-11-18 13:39:19 UTC (rev 
1614)
+++ mrbs/trunk/web/internalconfig.inc.php       2010-11-18 17:05:52 UTC (rev 
1615)
@@ -9,10 +9,8 @@
  * Checking
  ********************************************************/
 // Do some consistency checking of user settings from config.inc.php
-// (and redefine $max_slots if we're using periods)
 if ($enable_periods)
 {
-  $max_slots = count($periods);  // We know exactly how many we need
   if (count($periods) > 60)
   {
     die('Configuration error: too many periods defined');


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

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to