Update graveyard.php

This commit is contained in:
wibyweb 2023-02-05 22:33:39 -05:00 committed by GitHub
parent 9cb5d0530b
commit 26110d6ed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@
while($row = mysqli_fetch_array($result))
{
$id[] = $row['id'];
$url[] = $row['url'];
$url[] = str_replace("'", "%27", $row['url']);
$worksafe[] = $row['worksafe'];
}
@ -191,5 +191,3 @@
include 'graveyardqueue.html.php';
}
?>