Version 1.0.1 ()
------------------------------------------------------------------------
+ * Fix bug sending comment-notification mails to subscribed users
+ without an email address (garvinhicking)
+
* Chorizo Security Checks: Fixed possible browser-dependant attribute
- injection in the templatechooser-Plugin (garvinhicking)
+ injection in the templatechooser-Plugin [NOT REALLY SURE YET IF THIS
+ INDEED WAS A BUG. NEEDS CLARITY] (garvinhicking)
* Fixed icelandic language bug preventing upgrade (garvinhicking)
FROM {$serendipity['dbPrefix']}comments
WHERE entry_id = '". (int)$entry_id ."'
AND email <> '" . serendipity_db_escape_string($posterMail) . "'
+ AND email <> ''
AND subscribed = 'true' $mysql_insert";
$subscribers = serendipity_db_query($sql);