Alexander Nicolaysen Sørnes : Fix maintainer::getSubmitterEmails() to append addresses

Chris Morgan cmorgan at winehq.org
Mon Jun 2 19:47:17 CDT 2008


Module: appdb
Branch: master
Commit: 166d6fdf418de9b4ce79d5463e15887ae726c885
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=166d6fdf418de9b4ce79d5463e15887ae726c885

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Mon Jun  2 16:35:04 2008 +0200

Fix maintainer::getSubmitterEmails() to append addresses

---

 include/maintainer.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/maintainer.php b/include/maintainer.php
index 54a4b31..2226934 100644
--- a/include/maintainer.php
+++ b/include/maintainer.php
@@ -409,7 +409,7 @@ class maintainer
         {
             if($i)
                 $sRecipients .= ' ';
-            $sRecipients = $oRow->email;
+            $sRecipients .= $oRow->email;
         }
         return $sRecipients;
     }




More information about the wine-cvs mailing list