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

Log Message:
-----------
Corrected constant definitions used for CSV reports.

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

Modified: mrbs/trunk/web/systemdefaults.inc.php
===================================================================
--- mrbs/trunk/web/systemdefaults.inc.php       2009-09-23 15:12:05 UTC (rev 
1200)
+++ mrbs/trunk/web/systemdefaults.inc.php       2009-09-24 17:36:46 UTC (rev 
1201)
@@ -661,12 +661,12 @@
  *************/
  
 // Default CSV file names
-define(REPORT_FILENAME,  "report.csv");
-define(SUMMARY_FILENAME, "summary.csv");
+define('REPORT_FILENAME',  "report.csv");
+define('SUMMARY_FILENAME', "summary.csv");
 
 // CSV format
-define(CSV_ROW_SEP, "\n");  // Separator between rows/records
-define(CSV_COL_SEP, ",");   // Separator between columns/fields
+define('CSV_ROW_SEP', "\n");  // Separator between rows/records
+define('CSV_COL_SEP', ",");   // Separator between columns/fields
 
 
 /*************


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

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to