This commit is contained in:
Andreas Österreicher
2009-04-21 09:00:19 +00:00
parent 4f4da9e54a
commit e23881a4cb
+1 -1
View File
@@ -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)