Update graveyard.php
This commit is contained in:
parent
9cb5d0530b
commit
26110d6ed0
1 changed files with 1 additions and 3 deletions
|
@ -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';
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue