phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.190,1.191 fu


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.common.inc.php,1.190,1.191 functions.inc.php,1.163,1.164
Date: Fri, 03 Jan 2003 19:54:57 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv11711

Modified Files:
        class.common.inc.php functions.inc.php 
Log Message:
update

Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.190
retrieving revision 1.191
diff -C2 -r1.190 -r1.191
*** class.common.inc.php        4 Jan 2003 00:11:58 -0000       1.190
--- class.common.inc.php        4 Jan 2003 00:54:55 -0000       1.191
***************
*** 1321,1326 ****
                        if ($menuaction && 
$GLOBALS['phpgw_info']['flags']['xslt_app'])
                        {
!                               $app_function   = strrchr($menuaction,'.');
!                               $var['app_tpl'] = 
substr($app_function,1,strlen($app_function));
                        }
  
--- 1321,1328 ----
                        if ($menuaction && 
$GLOBALS['phpgw_info']['flags']['xslt_app'])
                        {
!                               list($app,$class,$method) = 
explode('.',$menuaction);
!                               $var['app_tpl'] = $method;
!                               //$app_function = strrchr($menuaction,'.');
!                               //$var['app_tpl']       = 
substr($app_function,1,strlen($app_function));
                        }
  

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/functions.inc.php,v
retrieving revision 1.163
retrieving revision 1.164
diff -C2 -r1.163 -r1.164
*** functions.inc.php   30 Nov 2002 02:02:32 -0000      1.163
--- functions.inc.php   4 Jan 2003 00:54:55 -0000       1.164
***************
*** 387,398 ****
                }
  
-               /* dont call the xslt_app_tpl if app isnt ported to xslt */
-               switch($GLOBALS['phpgw_info']['flags']['currentapp'])
-               {
-                       case 'notes':
-                               $GLOBALS['phpgw_info']['flags']['xslt_app'] = 
True;
-                               break;
-               }
- 
                if($continue_app_data)
                {
--- 387,390 ----





reply via email to

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