Revision: 1847
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1847&view=rev
Author:   cimorrison
Date:     2011-07-14 08:54:56 +0000 (Thu, 14 Jul 2011)

Log Message:
-----------
Moved position of $select_options initialisation so that it comes before the 
commented examples (just in case somebody puts their options in the same place)

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

Modified: mrbs/trunk/web/systemdefaults.inc.php
===================================================================
--- mrbs/trunk/web/systemdefaults.inc.php       2011-07-13 22:41:53 UTC (rev 
1846)
+++ mrbs/trunk/web/systemdefaults.inc.php       2011-07-14 08:54:56 UTC (rev 
1847)
@@ -427,6 +427,7 @@
  * Form values
  ***********************************************/
 
+ $select_options  = array();
 // It is possible to constrain some form values to be selected from a drop-
 // down select box, rather than allowing free form input.   This is done by
 // putting the permitted options in an array as part of the $select_options
@@ -435,7 +436,6 @@
 // to 'Physics', 'Chemistry' or 'Biology' uncomment the line below.
 
 //$select_options['entry.name'] = array('Physics', 'Chemistry', 'Biology');
-$select_options  = array();
 
 // At the moment $select_options is only supported as follows:
 //     - Entry table: name, description and custom fields


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

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to