From 32a1d640bc4b9a010b5c0e2cb810343957335777 Mon Sep 17 00:00:00 2001 From: hecht Date: Fri, 25 Nov 2011 17:43:15 +0000 Subject: [PATCH] small fix for import --- ag/event_abholen.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ag/event_abholen.php b/ag/event_abholen.php index ba4d3d1..46b6e99 100644 --- a/ag/event_abholen.php +++ b/ag/event_abholen.php @@ -8,6 +8,7 @@ include_once('path.inc.php'); // get the path ;) include_once (ROOT_PATH . '/include/config.inc.php'); include_once (ROOT_PATH . '/include/char.inc.php'); +include_once(ROOT_PATH.'/include/kampf_anzeige.inc.php'); include_once (ROOT_PATH . '/include/event.inc.php'); include_once (ROOT_PATH . '/include/parse.inc.php'); ?>