Revision: 1075
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1075&view=rev
Author:   cimorrison
Date:     2009-03-25 23:14:38 +0000 (Wed, 25 Mar 2009)

Log Message:
-----------
Fix to avoid an undefined variable message.

Modified Paths:
--------------
    mrbs/trunk/web/functions_mail.inc

Modified: mrbs/trunk/web/functions_mail.inc
===================================================================
--- mrbs/trunk/web/functions_mail.inc   2009-03-25 14:44:42 UTC (rev 1074)
+++ mrbs/trunk/web/functions_mail.inc   2009-03-25 23:14:38 UTC (rev 1075)
@@ -913,6 +913,8 @@
     $username = SMTP_USERNAME, $password = SMTP_PASSWORD)
 {
   require_once "Mail.php";
+  
+  $params = array();  // to avoid an undefined variable message
 
   // Headers part
   $headers['From']         = $from;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to