phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: stocks/inc class.ui.inc.php,1.12,1.13 hook_home.


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: stocks/inc class.ui.inc.php,1.12,1.13 hook_home.inc.php,1.14,1.15
Date: Sat, 05 Oct 2002 19:40:12 -0400

Update of /cvsroot/phpgroupware/stocks/inc
In directory subversions:/tmp/cvs-serv25109/inc

Modified Files:
        class.ui.inc.php hook_home.inc.php 
Log Message:
update portalbox functions

Index: class.ui.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/stocks/inc/class.ui.inc.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** class.ui.inc.php    5 Oct 2002 22:00:24 -0000       1.12
--- class.ui.inc.php    5 Oct 2002 23:40:09 -0000       1.13
***************
*** 113,117 ****
                        //_debug_array($data);
  
!                       $values['extrabox'] = array
                        (
                                'lang_name'             => lang('Name'),
--- 113,117 ----
                        //_debug_array($data);
  
!                       $values['xextrabox'] = array
                        (
                                'lang_name'             => lang('Name'),

Index: hook_home.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/stocks/inc/hook_home.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** hook_home.inc.php   5 Oct 2002 22:00:24 -0000       1.14
--- hook_home.inc.php   5 Oct 2002 23:40:09 -0000       1.15
***************
*** 52,56 ****
                $stocks = CreateObject('stocks.ui');
  
!               
$GLOBALS['phpgw']->template->set_var('phpgw_body',$portalbox->draw($stocks->return_quotes()),True);
        }
        flush();
--- 52,56 ----
                $stocks = CreateObject('stocks.ui');
  
!               
$GLOBALS['phpgw']->template->set_var('phpgw_body',$portalbox->xdraw($stocks->return_quotes()),True);
        }
        flush();





reply via email to

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