From e23881a4cb39495d4230c8cb4b47ee58051c047c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 21 Apr 2009 09:00:19 +0000 Subject: [PATCH] --- system/abgabe2opus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/abgabe2opus.php b/system/abgabe2opus.php index c231916f6..f9e0acd08 100644 --- a/system/abgabe2opus.php +++ b/system/abgabe2opus.php @@ -1491,7 +1491,7 @@ if($erg=pg_query($conn, $qry)) } else { - if (file_exists("$opus_url")) + if (file_exists($opus_url)) { $fd = fopen($opus_url."/index.html", 'w'); if ($fd == 0)