Version 1.0.1 ()
------------------------------------------------------------------------
- * Chorizo Security Checks: Fixed possible browser-dependant attribute
- injection in the templatechooser-Plugin (garvinhicking)
+ * 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 [NOT REALLY SURE YET IF THIS
+ INDEED WAS A BUG. NEEDS CLARITY] (garvinhicking)
+
+ * Fixed icelandic language bug preventing upgrade (garvinhicking)
Version 1.0 (June 15th, 2006)
------------------------------------------------------------------------
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);