phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wcm/website main.php,1.7,1.8


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/website main.php,1.7,1.8
Date: Sat, 16 Feb 2002 09:28:47 -0500

Update of /cvsroot/phpgroupware/wcm/website
In directory subversions:/tmp/cvs-serv11820/wcm/website

Modified Files:
        main.php 
Log Message:
Change hook call for php3 compat - now using a global var



Index: main.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/website/main.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** main.php    15 Feb 2002 14:09:17 -0000      1.7
--- main.php    16 Feb 2002 14:28:44 -0000      1.8
***************
*** 70,74 ****
                        {
                                case '4':
!                                       $$section .= 
$GLOBALS['phpgw']->hooks->single_tpl('website_' . 
$section,$val['element_source'],True);
                                        break;
                                case '3':
--- 70,75 ----
                        {
                                case '4':
!                                       
$GLOBALS['phpgw']->hooks->single('website_' . 
$section,$val['element_source'],True);
!                                       $$section .= 
$GLOBALS['phpgw_info']['wcm'][$section];
                                        break;
                                case '3':




reply via email to

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