From fbbe2a593686a144ab2ee436ce2ea00a72351968 Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Tue, 28 Aug 2007 10:08:13 +0000 Subject: [PATCH] --- cis/pdfExport.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cis/pdfExport.php b/cis/pdfExport.php index ce0eb6174..2c5930ed6 100644 --- a/cis/pdfExport.php +++ b/cis/pdfExport.php @@ -36,7 +36,8 @@ require_once('../include/konto.class.php'); if (!$conn = pg_pconnect(CONN_STRING)) $error_msg='Es konnte keine Verbindung zum Server aufgebaut werden!'; -$user = get_uid(); +//$user = get_uid(); +$user = strtolower(trim($_SERVER['REMOTE_USER'])); loadVariables($conn, $user); //Parameter holen