From 6548674ee94cf38235e9ef307afbd988eddf92d4 Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Tue, 28 Aug 2007 09:33:36 +0000 Subject: [PATCH] filename characters --- cis/private/lehre/benotungstool/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cis/private/lehre/benotungstool/functions.inc.php b/cis/private/lehre/benotungstool/functions.inc.php index 7c99b9cb5..a658a1610 100755 --- a/cis/private/lehre/benotungstool/functions.inc.php +++ b/cis/private/lehre/benotungstool/functions.inc.php @@ -25,7 +25,7 @@ function makeUploadName($conn, $which, $lehreinheit_id=null, $uebung_id=null, $s $name .= "_".$uebung_id."_".$date; } - + $name = str_replace(":","-",$name); return $name; } ?> \ No newline at end of file