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.4.1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: developer_tools index.php,1.1.1.1,1.1.1.1.4.1
Date: Fri, 04 Apr 2003 22:24:43 -0500

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

Modified Files:
      Tag: Version-0_9_16-branch
        index.php 
Log Message:
changed the parser to recognice the functions to define 3-level prefs,
solved problems with [ + ] in message_id's,
removed every link to not-working parts, 
renamed it to Translationtools


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/developer_tools/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -C2 -r1.1.1.1 -r1.1.1.1.4.1
*** index.php   14 Jul 2001 04:38:50 -0000      1.1.1.1
--- index.php   5 Apr 2003 03:24:40 -0000       1.1.1.1.4.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');
  
!       
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction=developer_tools.uilangfile.index');





reply via email to

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