diff options
-rw-r--r-- | i.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -468,7 +468,7 @@ if (strpos($page['src_location'], '/pwg_representative/')===false $query = ' SELECT * FROM '.$prefixeTable.'images - WHERE path=\''.$page['src_location'].'\' + WHERE path=\''.addslashes($page['src_location']).'\' ;'; if ( ($row=pwg_db_fetch_assoc(pwg_query($query))) ) |