Revision: 1582
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1582&view=rev
Author:   cimorrison
Date:     2010-11-03 14:53:41 +0000 (Wed, 03 Nov 2010)

Log Message:
-----------
Declared the empty array $is_mandatory_field to avoid warning messages later on 
when used with array_key_exists()

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

Modified: mrbs/trunk/web/systemdefaults.inc.php
===================================================================
--- mrbs/trunk/web/systemdefaults.inc.php       2010-11-03 12:48:41 UTC (rev 
1581)
+++ mrbs/trunk/web/systemdefaults.inc.php       2010-11-03 14:53:41 UTC (rev 
1582)
@@ -510,6 +510,7 @@
 //     - Entry table: name, description and custom fields
 //     - Users table: custom fields
 
+$is_mandatory_field = array();
 // You can define custom entry fields to be mandatory by setting
 // items in the array $is_mandatory_field. For example:
 


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

------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to