phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] developer_tools/inc class.solangfile.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] developer_tools/inc class.solangfile.inc.php
Date: Tue, 13 Feb 2007 12:10:29 +0000

CVSROOT:        /sources/phpgroupware
Module name:    developer_tools
Changes by:     Sigurd Nes <sigurdne>   07/02/13 12:10:29

Modified files:
        inc            : class.solangfile.inc.php 

Log message:
        update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/developer_tools/inc/class.solangfile.inc.php?cvsroot=phpgroupware&r1=1.15&r2=1.16

Patches:
Index: class.solangfile.inc.php
===================================================================
RCS file: /sources/phpgroupware/developer_tools/inc/class.solangfile.inc.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- class.solangfile.inc.php    28 Feb 2003 15:47:31 -0000      1.15
+++ class.solangfile.inc.php    13 Feb 2007 12:10:29 -0000      1.16
@@ -9,7 +9,7 @@
   *  option) any later version.                                              *
   \**************************************************************************/
 
-  /* $Id: class.solangfile.inc.php,v 1.15 2003/02/28 15:47:31 ralfbecker Exp $ 
*/
+  /* $Id: class.solangfile.inc.php,v 1.16 2007/02/13 12:10:29 sigurdne Exp $ */
 
        class solangfile
        {
@@ -35,7 +35,7 @@
                //Known Issue, if a phrase contains a ' or a " the parse will 
be thrown off. unless ' are nested inside " or vice versa
                function parse_php_app($fd,$plist)
                {
-                       define('SEP',filesystem_separator());
+       //              define('SEP',filesystem_separator());
                        $d=dir($fd);
                        while ($fn=$d->read())
                        {
@@ -121,7 +121,7 @@
                function missing_app($app,$userlang=en)
                {
                        $cur_lang=$this->load_app($app,$userlang);
-                       define('SEP',filesystem_separator());
+       //              define('SEP',filesystem_separator());
                        $fd = PHPGW_SERVER_ROOT . SEP . $app . SEP;
                        $plist=array();
                        $plist = $this->parse_php_app($fd,$plist);
@@ -136,7 +136,7 @@
                */
                function add_app($app,$userlang='en')
                {
-                       define('SEP',filesystem_separator());
+       //              define('SEP',filesystem_separator());
 
                        $fd = PHPGW_SERVER_ROOT . SEP . $app . SEP . 'setup';
                        $fn = $fd . SEP . 'phpgw_' . $userlang . '.lang';
@@ -188,10 +188,11 @@
                */
                function load_app($app,$userlang='en')
                {
-                       define('SEP',filesystem_separator());
+       //              define('SEP',filesystem_separator());
 
                        $fd = PHPGW_SERVER_ROOT . SEP . $app . SEP . 'setup';
                        $fn = $fd . SEP . 'phpgw_' . $userlang . '.lang';
+                       $wr = false;
                        if (@is_writeable($fn))
                        {
                                $wr = True;




reply via email to

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