Revision: 1945
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1945&view=rev
Author:   cimorrison
Date:     2011-09-09 10:28:10 +0000 (Fri, 09 Sep 2011)
Log Message:
-----------
Fixed bug causing disabled rooms to be displayed incorrectly in view_entry.php

Modified Paths:
--------------
    mrbs/trunk/web/functions_view.inc

Modified: mrbs/trunk/web/functions_view.inc
===================================================================
--- mrbs/trunk/web/functions_view.inc   2011-09-08 23:08:03 UTC (rev 1944)
+++ mrbs/trunk/web/functions_view.inc   2011-09-09 10:28:10 UTC (rev 1945)
@@ -115,9 +115,7 @@
   $value = $data['area_name'] . " - " . $data['room_name'];
   if ($room_disabled)
   {
-    $value .= ($as_html) ? "<span class=\"note\">" : "";
     $value .= " (" . get_vocab("disabled") . ")";
-    $value .= ($as_html) ? "</span>" : "";
   }
   $tbody .= create_details_row(get_vocab("room"), $value, $as_html);
   // Start date

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


------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to