From afb717cc545797702d4050073d302ab95327e163 Mon Sep 17 00:00:00 2001 From: cookie Date: Tue, 14 Nov 2006 00:08:11 +0000 Subject: bugfixes git-svn-id: svn://svn.cccv.de/engel-system@162 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/admin/dbUpdateFromXLS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-ssl/admin/dbUpdateFromXLS.php') 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) { -- cgit v1.2.3-54-g00ecf