phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware index.php,1.113,1.114


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware index.php,1.113,1.114
Date: Fri, 03 Jan 2003 19:53:53 -0500

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

Modified Files:
        index.php 
Log Message:
update

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/index.php,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -r1.113 -r1.114
*** index.php   29 Oct 2002 22:15:31 -0000      1.113
--- index.php   4 Jan 2003 00:53:51 -0000       1.114
***************
*** 9,16 ****
        *  option) any later version.                                           
   *
        
\**************************************************************************/
- 
        /* $Id$ */
  
!       $phpgw_info = array();
        $GLOBALS['sessionid'] = @$GLOBALS['HTTP_GET_VARS']['sessionid'] ? 
@$GLOBALS['HTTP_GET_VARS']['sessionid'] : 
@$GLOBALS['HTTP_COOKIE_VARS']['sessionid'];
        if (! $GLOBALS['sessionid'])
--- 9,15 ----
        *  option) any later version.                                           
   *
        
\**************************************************************************/
        /* $Id$ */
  
!       $GLOBALS['phpgw_info'] = array();
        $GLOBALS['sessionid'] = @$GLOBALS['HTTP_GET_VARS']['sessionid'] ? 
@$GLOBALS['HTTP_GET_VARS']['sessionid'] : 
@$GLOBALS['HTTP_COOKIE_VARS']['sessionid'];
        if (! $GLOBALS['sessionid'])
***************
*** 48,56 ****
        }
  
!       $GLOBALS['phpgw_info']['flags'] = array(
!               'noheader'   => True,
!               'nonavbar'   => True,
                'currentapp' => $app
        );
        include('./header.inc.php');
  
--- 47,67 ----
        }
  
!       $GLOBALS['phpgw_info']['flags'] = array
!       (
!               //'noheader'   => True,
                'currentapp' => $app
        );
+ 
+       /* dont call the xslt_app_tpl if app isnt ported to xslt yet.
+       this is only temporarily. when more apps use xslt we should change it 
to ask for non xslt apps*/
+ 
+       switch($app)
+       {
+               case 'notes':
+               case 'property':
+                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
+                       break;
+       }
+ 
        include('./header.inc.php');
  





reply via email to

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