diff --git a/include/functions.inc.php b/include/functions.inc.php index ef47c2188..f1c14e331 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -31,9 +31,9 @@ function db_query($conn, $sql_query) // Auth: Benutzer des Webportals function get_uid() { - //return strtolower(trim($_SERVER['REMOTE_USER'])); + return strtolower(trim($_SERVER['REMOTE_USER'])); // fuer Testzwecke - return 'pam'; + //return 'pam'; } function crlf() @@ -287,7 +287,7 @@ function utf8_strlen($str) } // **************************************************************** -// * strtoupper das auch Umlaute und andere Sonderzeichen +// * strtoupper das auch Umlaute und andere Sonderzeichen // * in Grossbuchstaben umwandelt // **************************************************************** function strtoupperFULL($str)