Revision: 2189
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2189&view=rev
Author:   cimorrison
Date:     2011-11-23 04:46:27 +0000 (Wed, 23 Nov 2011)
Log Message:
-----------
Fixed undefined variable notice

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

Modified: mrbs/trunk/web/edit_entry.php
===================================================================
--- mrbs/trunk/web/edit_entry.php       2011-11-23 04:36:12 UTC (rev 2188)
+++ mrbs/trunk/web/edit_entry.php       2011-11-23 04:46:27 UTC (rev 2189)
@@ -1193,6 +1193,7 @@
 <?php
 
 // Fill $edit_entry_field_order with not yet specified entries.
+$edit_entry_field_order = array();
 $entry_fields = array('name', 'description', 'start_date', 'end_date', 'areas',
   'rooms', 'type', 'confirmation_status', 'privacy_status');
 foreach( $entry_fields as $field )

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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to