From 97983eb739a16936e83571abbf347fbe0069f4a5 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 28 Oct 2008 06:00:37 +0000 Subject: [PATCH] "fixed not working include reported by Martin on the German list" --- timesheet/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/timesheet/index.php b/timesheet/index.php index 731cf281e4..7dd445ceea 100644 --- a/timesheet/index.php +++ b/timesheet/index.php @@ -5,12 +5,12 @@ * @link http://www.egroupware.org * @author Ralf Becker * @package timesheet - * @copyright (c) 2005 by Ralf Becker + * @copyright (c) 2005-8 by Ralf Becker * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ -include_once('setup/setup.inc.php'); +include_once('./setup/setup.inc.php'); $ts_version = $setup_info[TIMESHEET_APP]['version']; unset($setup_info);