Update review.php
This commit is contained in:
parent
455e59591f
commit
fd93cb8200
1 changed files with 1 additions and 1 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'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue