phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/inc hook_admin.inc.php,1.9,1.10


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc hook_admin.inc.php,1.9,1.10
Date: Sat, 26 Apr 2003 04:40:02 -0400

Update of /cvsroot/phpgroupware/infolog/inc
In directory subversions:/tmp/cvs-serv2004/infolog/inc

Modified Files:
        hook_admin.inc.php 
Log Message:
fix for not exisiting common::display_mainscreen in .14/6 (til the 
feature-freeze)

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/hook_admin.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** hook_admin.inc.php  23 Apr 2003 01:43:09 -0000      1.9
--- hook_admin.inc.php  26 Apr 2003 08:39:59 -0000      1.10
***************
*** 20,24 ****
  
  //Do not modify below this line
!               $GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
        }
  ?>
--- 20,31 ----
  
  //Do not modify below this line
!               if 
($GLOBALS['phpgw']->common->public_functions['display_mainscreen'])
!               {
!                       
$GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
!               }
!               else
!               {
!                       display_section($appname,lang($appname),$file); // for 
.14/6
!               }
        }
  ?>





reply via email to

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