phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wcm/inc class.bosite.inc.php,1.14,1.15 class.soe


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/inc class.bosite.inc.php,1.14,1.15 class.soelement.inc.php,1.14,1.15 class.uielement.inc.php,1.14,1.15
Date: Wed, 27 Feb 2002 00:14:47 -0500

Update of /cvsroot/phpgroupware/wcm/inc
In directory subversions:/tmp/cvs-serv4791/inc

Modified Files:
        class.bosite.inc.php class.soelement.inc.php 
        class.uielement.inc.php 
Log Message:
Add 'live hook' element type - runs at page load



Index: class.bosite.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/inc/class.bosite.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.bosite.inc.php        27 Feb 2002 05:00:11 -0000      1.14
--- class.bosite.inc.php        27 Feb 2002 05:14:44 -0000      1.15
***************
*** 306,310 ****
                                                                /* LIVE hook */
                                                                case '5':
!                                                                       
$working .= "\n<?php \$GLOBALS['phpgw']->hooks->single('website_$section', " . 
$val['element_source'] . ", True); ?>";
                                                                        break;
                                                                case '4':
--- 306,310 ----
                                                                /* LIVE hook */
                                                                case '5':
!                                                                       
$working .= "<?php \$GLOBALS['phpgw']->hooks->single('website_$section', '" . 
$val['element_source'] . "', True); ?>";
                                                                        break;
                                                                case '4':

Index: class.soelement.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/inc/class.soelement.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.soelement.inc.php     25 Feb 2002 03:01:31 -0000      1.14
--- class.soelement.inc.php     27 Feb 2002 05:14:44 -0000      1.15
***************
*** 24,28 ****
                        2 => 'image',
                        3 => 'file',
!                       4 => 'hook'
                );
  
--- 24,29 ----
                        2 => 'image',
                        3 => 'file',
!                       4 => 'hook',
!                       5 => 'live hook'
                );
  

Index: class.uielement.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/inc/class.uielement.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.uielement.inc.php     25 Feb 2002 00:09:00 -0000      1.14
--- class.uielement.inc.php     27 Feb 2002 05:14:44 -0000      1.15
***************
*** 390,393 ****
--- 390,394 ----
                        switch($element['element_type'])
                        {
+                               case 5:
                                case 4:
                                        /* hook */




reply via email to

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