Revision: 1187
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1187&view=rev
Author:   cimorrison
Date:     2009-09-03 13:17:03 +0000 (Thu, 03 Sep 2009)

Log Message:
-----------
Minor change to bring into line with MRBS coding conventions.

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

Modified: mrbs/trunk/web/report.php
===================================================================
--- mrbs/trunk/web/report.php   2009-09-01 14:40:19 UTC (rev 1186)
+++ mrbs/trunk/web/report.php   2009-09-03 13:17:03 UTC (rev 1187)
@@ -356,7 +356,9 @@
   $year  = date("Y");
 }
 if(empty($area))
-   $area = get_default_area();
+{
+  $area = get_default_area();
+}
 
 // print the page header
 print_header($day, $month, $year, $area, isset($room) ? $room : "");


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to