Bug fix for Notifications
Brought to you by:
jkonkol
Many notifications need to have the command sql escaped.
In notifications.php replace the line with:
$updatequery=mysql_query("UPDATE notify SET command_name='".mysql_escape_string($command_name)."', command_line='".mysql_escape_string($command_line)."' WHERE command_id='$command_id'");