summaryrefslogtreecommitdiff
path: root/includes/error_handler.php
diff options
context:
space:
mode:
authorichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-27 19:29:08 +0000
committerichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2008-09-27 19:29:08 +0000
commit41dee8c9c3a2d75b723d191dcc1c8b65793c8096 (patch)
treef39fa1ff0bc3ca6deab84b8ea8a94361a961292d /includes/error_handler.php
parent714123af337eb7ac1600963282d89c84232b7192 (diff)
fixes in ../includes
git-svn-id: svn://svn.cccv.de/engel-system@300 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'includes/error_handler.php')
-rwxr-xr-xincludes/error_handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/error_handler.php b/includes/error_handler.php
index 062df488..00a76058 100755
--- a/includes/error_handler.php
+++ b/includes/error_handler.php
@@ -1,6 +1,6 @@
<?php
- require_once("./funktion_jabber.php");
+ require_once("funktion_jabber.php");
// global array for collected error_messages
$error_messages = array();