phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: developer_tools/inc class.solangfile.inc.php, 1.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: developer_tools/inc class.solangfile.inc.php, 1.9.2.4.2.11, 1.9.2.4.2.12
Date: Sun, 10 Aug 2003 17:43:35 -0400

Update of /cvsroot/phpgroupware/developer_tools/inc
In directory subversions:/tmp/cvs-serv19932

Modified Files:
      Tag: Version-0_9_16-branch
        class.solangfile.inc.php 
Log Message:
small fix for saveing lang-files for setup

Index: class.solangfile.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/developer_tools/inc/class.solangfile.inc.php,v
retrieving revision 1.9.2.4.2.11
retrieving revision 1.9.2.4.2.12
diff -C2 -r1.9.2.4.2.11 -r1.9.2.4.2.12
*** class.solangfile.inc.php    10 Aug 2003 15:01:51 -0000      1.9.2.4.2.11
--- class.solangfile.inc.php    10 Aug 2003 21:43:33 -0000      1.9.2.4.2.12
***************
*** 372,376 ****
                function write_file($app_name,$langarray,$userlang)
                {
!                       $fn = PHPGW_SERVER_ROOT . SEP . $app_name . SEP . ($app 
== 'setup' ? 'lang' : 'setup') . SEP . 'phpgw_' . $userlang . '.lang';
                        if (file_exists($fn))
                        {
--- 372,376 ----
                function write_file($app_name,$langarray,$userlang)
                {
!                       $fn = PHPGW_SERVER_ROOT . SEP . $app_name . SEP . 
($app_name == 'setup' ? 'lang' : 'setup') . SEP . 'phpgw_' . $userlang . 
'.lang';
                        if (file_exists($fn))
                        {





reply via email to

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