Suggested patch for plugin news-manager:
edit file news-manager.php
at line 69 (empty), insert this code:
This should address issues with image insertion, font colours... (anything that has some quotes or backslashes)(
edit file news-manager.php
at line 69 (empty), insert this code:
Code:
if(get_magic_quotes_gpc()) { $_POST['evento'] = stripslashes($_POST['evento']); }
This should address issues with image insertion, font colours... (anything that has some quotes or backslashes)(