Merge branch 'master' of http://git.roojs.com/Pman.Core
authorEdward <edward@roojs.com>
Mon, 15 Apr 2019 04:53:26 +0000 (12:53 +0800)
committerEdward <edward@roojs.com>
Mon, 15 Apr 2019 04:53:26 +0000 (12:53 +0800)
DataObjects/I18n.php
GnumericToExcel.php

index 971d0d6..3f52fb5 100644 (file)
@@ -128,7 +128,6 @@ class Pman_Core_DataObjects_I18n extends DB_DataObject
             
             $this->selectAdd("
                 i18n_translate(ltype, lkey, 'en') as lval_en
-                
             ");
         }
          
index bcf1a63..d8da8da 100644 (file)
@@ -111,5 +111,5 @@ class Pman_Core_GnumericToExcel extends Pman
         
     }
     
-    
+     
 }