fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [6726] property: formatting


From: Sigurd Nes
Subject: [Fmsystem-commits] [6726] property: formatting
Date: Tue, 04 Jan 2011 07:32:42 +0000

Revision: 6726
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6726
Author:   sigurdne
Date:     2011-01-04 07:32:40 +0000 (Tue, 04 Jan 2011)
Log Message:
-----------
property: formatting

Modified Paths:
--------------
    trunk/property/inc/class.bocommon.inc.php

Modified: trunk/property/inc/class.bocommon.inc.php
===================================================================
--- trunk/property/inc/class.bocommon.inc.php   2011-01-03 19:38:47 UTC (rev 
6725)
+++ trunk/property/inc/class.bocommon.inc.php   2011-01-04 07:32:40 UTC (rev 
6726)
@@ -1602,15 +1602,15 @@
 
                        switch ($export_format)
                        {
-                       case 'csv':
-                               $this->csv_out($list,$name,$descr,$input_type);
-                               break;
-                       case 'excel':
-                               
$this->excel_out($list,$name,$descr,$input_type);
-                               break;
-                       case 'ods':
-                               $this->ods_out($list,$name,$descr,$input_type);
-                               break;
+                               case 'csv':
+                                       
$this->csv_out($list,$name,$descr,$input_type);
+                                       break;
+                               case 'excel':
+                                       
$this->excel_out($list,$name,$descr,$input_type);
+                                       break;
+                               case 'ods':
+                                       
$this->ods_out($list,$name,$descr,$input_type);
+                                       break;
                        }
                }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]