fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [9947]


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [9947]
Date: Fri, 31 Aug 2012 08:31:34 +0000

Revision: 9947
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9947
Author:   erikhl
Date:     2012-08-31 08:31:33 +0000 (Fri, 31 Aug 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/activitycalendarfrontend/index.php

Modified: trunk/activitycalendarfrontend/index.php
===================================================================
--- trunk/activitycalendarfrontend/index.php    2012-08-31 08:29:46 UTC (rev 
9946)
+++ trunk/activitycalendarfrontend/index.php    2012-08-31 08:31:33 UTC (rev 
9947)
@@ -8,7 +8,7 @@
 
 $GLOBALS['phpgw_info']['flags']['session_name'] = 
'activitycalendarfrontendsession';
 $GLOBALS['phpgw_remote_user_fallback'] = 'sql';
-include_once('../header.inc.php');
+include_once '../header.inc.php';
 
 // Make sure we're always logged in
 if (!phpgw::get_var(session_name()) || !$GLOBALS['phpgw']->session->verify()) {
@@ -126,12 +126,12 @@
   \************************************************************************ */
 /* Then the include file */
 if (!preg_match("/phpgwapi/i", PHPGW_APP_INC) && file_exists(PHPGW_APP_INC . 
'/functions.inc.php') && !isset($GLOBALS['phpgw_info']['menuaction'])) {
-  include_once(PHPGW_APP_INC . '/functions.inc.php');
+  include_once PHPGW_APP_INC . '/functions.inc.php';
 }
 if (address@hidden'phpgw_info']['flags']['noheader'] &&
         address@hidden'phpgw_info']['flags']['noappheader'] &&
         file_exists(PHPGW_APP_INC . '/header.inc.php') && 
!isset($GLOBALS['phpgw_info']['menuaction'])) {
-  include_once(PHPGW_APP_INC . '/header.inc.php');
+  include_once PHPGW_APP_INC . '/header.inc.php';
 }
 
 /////////////////////////////////////////////////////////////////////////////




reply via email to

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