Commit r2360: https://sourceforge.net/p/mrbs/code/2360/
------------------------------------------------------------------------
r2360 | cimorrison | 2012-07-26 15:48:33 +0100 (Thu, 26 Jul 2012) | 1 line
Changed paths:
M /mrbs/trunk/web/import.php
Fixed bug which meant that "Room-Area" order did not work
------------------------------------------------------------------------
Index: mrbs/trunk/web/import.php
===================================================================
--- mrbs/trunk/web/import.php (revision 2359)
+++ mrbs/trunk/web/import.php (revision 2360)
@@ -21,7 +21,7 @@
$location_area = '';
$location_room = $location;
}
- elseif ($area_room_order = 'area_room')
+ elseif ($area_room_order == 'area_room')
{
list($location_area, $location_room) = explode($area_room_delimiter,
$location);
}
------------------------------------------------------------------------------
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