summaryrefslogtreecommitdiff
path: root/www-ssl
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-14 00:08:11 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2006-11-14 00:08:11 +0000
commitafb717cc545797702d4050073d302ab95327e163 (patch)
tree219adf27d2412dbd8015d0c7506e3da72eea8929 /www-ssl
parentffa84f39e7105cf64b5af13c7bc0a293b500a680 (diff)
bugfixes
git-svn-id: svn://svn.cccv.de/engel-system@162 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl')
-rwxr-xr-xwww-ssl/admin/EngelType.php1
-rwxr-xr-xwww-ssl/admin/dbUpdateFromXLS.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/www-ssl/admin/EngelType.php b/www-ssl/admin/EngelType.php
index 06004df9..4ea68c98 100755
--- a/www-ssl/admin/EngelType.php
+++ b/www-ssl/admin/EngelType.php
@@ -3,6 +3,7 @@ $title = "R&auml;ume";
$header = "Verwaltung der R&auml;ume";
include ("./inc/header.php");
include ("./inc/funktion_user.php");
+include("./inc/funktion_db.php");
function runSQL( $SQL)
{
diff --git a/www-ssl/admin/dbUpdateFromXLS.php b/www-ssl/admin/dbUpdateFromXLS.php
index e4ec65eb..f86c496c 100755
--- a/www-ssl/admin/dbUpdateFromXLS.php
+++ b/www-ssl/admin/dbUpdateFromXLS.php
@@ -50,7 +50,7 @@ if( isset($_POST["PentabarfUser"]) && isset($_POST["password"]) && isset($_POST[
//backup error messeges and delate
$Backuperror_messages = $error_messages;
$fp = fsockopen( "ssl://$PentabarfXMLhost", 443, $errno, $errstr, 30);
- $error_messages = $Backuperror_messages;
+// $error_messages = $Backuperror_messages;
if( !$fp)
{