Update review.php

This commit is contained in:
wibyweb 2023-02-05 22:35:46 -05:00 committed by GitHub
parent 455e59591f
commit fd93cb8200
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'];
}