This commit is contained in:
Christian Paminger
2008-02-27 17:07:12 +00:00
parent 3f398ba3fa
commit 302308e7e3
+3 -3
View File
@@ -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)