phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: setup index.php,1.98.2.3,1.98.2.4 applications.p


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: setup index.php,1.98.2.3,1.98.2.4 applications.php,1.11.2.1,1.11.2.2
Date: Mon, 25 Mar 2002 21:20:42 -0500

Update of /cvsroot/phpgroupware/setup
In directory subversions:/tmp/cvs-serv9769/setup

Modified Files:
      Tag: Version-0_9_14-branch
        index.php applications.php 
Log Message:
GNU Patch #185, Fix for GNU Bug #100576.

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/index.php,v
retrieving revision 1.98.2.3
retrieving revision 1.98.2.4
diff -C2 -r1.98.2.3 -r1.98.2.4
*** index.php   10 Mar 2002 21:29:50 -0000      1.98.2.3
--- index.php   26 Mar 2002 02:20:40 -0000      1.98.2.4
***************
*** 29,33 ****
        include('./inc/functions.inc.php');
  
!       set_time_limit(0);
  
        $tpl_root = $phpgw_setup->setup_tpl_dir('setup');
--- 29,33 ----
        include('./inc/functions.inc.php');
  
!       @set_time_limit(0);
  
        $tpl_root = $phpgw_setup->setup_tpl_dir('setup');

Index: applications.php
===================================================================
RCS file: /cvsroot/phpgroupware/setup/applications.php,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -C2 -r1.11.2.1 -r1.11.2.2
*** applications.php    19 Jan 2002 21:28:22 -0000      1.11.2.1
--- applications.php    26 Mar 2002 02:20:40 -0000      1.11.2.2
***************
*** 29,33 ****
        include ('./inc/functions.inc.php');
  
!       set_time_limit(0);
  
        // Check header and authentication
--- 29,33 ----
        include ('./inc/functions.inc.php');
  
!       @set_time_limit(0);
  
        // Check header and authentication




reply via email to

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