gwynne Thu, 16 Jul 2009 01:03:23 +0000
URL: http://svn.php.net/viewvc?view=revision&revision=284165
Changed paths:
U SVNROOT/commit-email.php
Log:
gwynne made a logic booboo
Modified: SVNROOT/commit-email.php
===================================================================
--- SVNROOT/commit-email.php 2009-07-16 01:00:22 UTC (rev 284164)
+++ SVNROOT/commit-email.php 2009-07-16 01:03:23 UTC (rev 284165)
@@ -121,7 +121,7 @@
$saw_last_ISO = TRUE;
}
if ($username === $commit_user) {
- if ($saw_last_ISO === TRUE) {
+ if ($saw_last_ISO !== TRUE) {
$fullname = iconv("ISO-8859-1", "UTF-8//TRANSLIT", $fullname);
}
$from = array($username, $fullname);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php