phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: developer_tools index.php,1.1.1.1,1.1.1.1.2.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: developer_tools index.php,1.1.1.1,1.1.1.1.2.1
Date: Mon, 07 Apr 2003 10:50:51 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        index.php 
Log Message:
imported the new TranslationTools into .14


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/developer_tools/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** index.php   14 Jul 2001 04:38:50 -0000      1.1.1.1
--- index.php   7 Apr 2003 14:50:48 -0000       1.1.1.1.2.1
***************
*** 12,19 ****
        /* $Id$ */
  
!       $phpgw_info['flags'] = array(
!               'currentapp'              => 'developer_tools'
        );
        include('../header.inc.php');
  
!       $phpgw->common->phpgw_footer();
--- 12,21 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp' => 'developer_tools',
!               'noheader'   => True,
!               'nofooter'   => True
        );
        include('../header.inc.php');
  
!       header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=developer_tools.uilangfile.index'));





reply via email to

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