phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18487] fix call to parse_lang_file


From: Dave Hall
Subject: [Phpgroupware-cvs] [18487] fix call to parse_lang_file
Date: Fri, 15 Feb 2008 22:43:36 +0000

Revision: 18487
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18487
Author:   skwashd
Date:     2008-02-15 22:43:36 +0000 (Fri, 15 Feb 2008)

Log Message:
-----------
fix call to parse_lang_file

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.setup_translation.inc.php

Modified: trunk/phpgwapi/inc/class.setup_translation.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.setup_translation.inc.php  2008-02-15 22:41:41 UTC 
(rev 18486)
+++ trunk/phpgwapi/inc/class.setup_translation.inc.php  2008-02-15 22:43:36 UTC 
(rev 18487)
@@ -192,7 +192,7 @@
                                        {
                                                echo '<br>add_langs(): 
Including: ' . $appfile;
                                        }
-                                       $raw_file = 
$this->parse_lang_file($appfile);
+                                       $raw_file = 
$this->parse_lang_file($appfile, $lang);
 
                                        foreach ( $raw_file as $line ) 
                                        {






reply via email to

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