# $Id$
+Version 0.9.1 ()
+------------------------------------------------------------------------
+
+ * Set the correct reply-to name when sending comment mails, thanks
+ to RobA from the forums (garvinhicking)
+
Version 0.9 (October 28th, 2005)
------------------------------------------------------------------------
. (($moderate_comment) ? "\n" . str_repeat(' ', 3) . str_pad(APPROVE_COMMENT, 15) . ' -- '. $approveURI : '');
}
- return serendipity_sendMail($to, $subject, $text, $fromEmail);
+ return serendipity_sendMail($to, $subject, $text, $fromEmail, null, $fromName);
}
include_once(S9Y_INCLUDE_PATH . 'include/compat.inc.php');
// The version string
-$serendipity['version'] = '0.9';
+$serendipity['version'] = '0.9.1';
// Name of folder for the default theme
$serendipity['defaultTemplate'] = 'default';