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.uilangfile.inc.php,1.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: developer_tools/inc class.uilangfile.inc.php,1.10.2.1.2.4,1.10.2.1.2.5
Date: Mon, 07 Apr 2003 11:10:37 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.uilangfile.inc.php 
Log Message:
some formatting


Index: class.uilangfile.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/developer_tools/inc/class.uilangfile.inc.php,v
retrieving revision 1.10.2.1.2.4
retrieving revision 1.10.2.1.2.5
diff -C2 -r1.10.2.1.2.4 -r1.10.2.1.2.5
*** class.uilangfile.inc.php    7 Apr 2003 00:32:22 -0000       1.10.2.1.2.4
--- class.uilangfile.inc.php    7 Apr 2003 15:10:35 -0000       1.10.2.1.2.5
***************
*** 494,499 ****
  
                        $this->bo->write_file($which,$app_name,$userlang);
!                       
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction=developer_tools.uilangfile.edit&app_name='.$app_name
!                               . '&sourcelang=' . $sourcelang . '&targetlang=' 
. $targetlang);
                }
  
--- 494,503 ----
  
                        $this->bo->write_file($which,$app_name,$userlang);
!                       $GLOBALS['phpgw']->redirect_link('/index.php',array(
!                               'menuaction' => 
'developer_tools.uilangfile.edit',
!                               'app_name'   => $app_name,
!                               'sourcelang' => $sourcelang,
!                               'targetlang' => $targetlang
!                       ));
                }
  





reply via email to

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