phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.common.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.common.inc.php
Date: Tue, 29 Aug 2006 05:00:49 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/08/29 05:00:49

Modified files:
        inc            : class.common.inc.php 

Log message:
        fix footer output, esp with json and some E_NOTICES along the way

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.common.inc.php?cvsroot=phpgwapi&r1=1.239&r2=1.240

Patches:
Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -b -r1.239 -r1.240
--- class.common.inc.php        23 Aug 2006 16:08:45 -0000      1.239
+++ class.common.inc.php        29 Aug 2006 05:00:49 -0000      1.240
@@ -8,7 +8,7 @@
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage utilities
-       * @version $Id: class.common.inc.php,v 1.239 2006/08/23 16:08:45 
skwashd Exp $
+       * @version $Id: class.common.inc.php,v 1.240 2006/08/29 05:00:49 
skwashd Exp $
        */
 
        /**
@@ -1123,7 +1123,8 @@
                                define('PHPGW_FOOTER',True);
 
                                /* used for xslt apps without xslt framework */
-                               if($GLOBALS['phpgw_info']['flags']['xslt_app'])
+                               if ( 
isset($GLOBALS['phpgw_info']['flags']['xslt_app'])
+                                       && 
$GLOBALS['phpgw_info']['flags']['xslt_app'] )
                                {
                                        $GLOBALS['phpgw']->xslttpl->pparse();
                                }




reply via email to

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