phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: stocks index.php,1.8,1.9 preferences.php,1.23,NO


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: stocks index.php,1.8,1.9 preferences.php,1.23,NONE
Date: Sun, 20 Jan 2002 18:40:41 -0500

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

Modified Files:
        index.php 
Removed Files:
        preferences.php 
Log Message:
moved stocks to ntier

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/stocks/index.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** index.php   23 Nov 2001 20:28:40 -0000      1.8
--- index.php   20 Jan 2002 23:40:39 -0000      1.9
***************
*** 11,24 ****
        /* $Id$ */
  
!       $GLOBALS['phpgw_info']['flags'] = array(
!               'currentapp' => 'stocks', 
!               'enable_network_class' => True
!       );
  
        include('../header.inc.php');
  
!       $GLOBALS['phpgw']->template->set_file(array('quotes_list' => 
'main.tpl'));
!       $GLOBALS['phpgw']->template->set_var('quotes',return_quotes($quotes));
!       $GLOBALS['phpgw']->template->pparse('out','quotes_list');
  
        $GLOBALS['phpgw']->common->phpgw_footer();
--- 11,26 ----
        /* $Id$ */
  
!       $GLOBALS['phpgw_info'] = array();
  
+       $GLOBALS['phpgw_info']['flags'] = array
+       (
+               'currentapp' => 'stocks',
+               'noheader'   => True,
+               'nonavbar'   => True
+       );
        include('../header.inc.php');
  
!       $obj = CreateObject('stocks.ui');
!       $obj->index();
  
        $GLOBALS['phpgw']->common->phpgw_footer();

--- preferences.php DELETED ---




reply via email to

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