logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: pearweb /include/bugs pear-bug-accountrequest.php: msg#00082

Subject: cvs: pearweb /include/bugs pear-bug-accountrequest.php
cellog          Tue Apr 17 21:59:51 2007 UTC

  Modified files:              
    /pearweb/include/bugs       pear-bug-accountrequest.php 
  Log:
  fifth attempt to fix mail issue on reporting a bug
  
  
http://cvs.php.net/viewvc.cgi/pearweb/include/bugs/pear-bug-accountrequest.php?r1=1.17&r2=1.18&diff_format=u
Index: pearweb/include/bugs/pear-bug-accountrequest.php
diff -u pearweb/include/bugs/pear-bug-accountrequest.php:1.17 
pearweb/include/bugs/pear-bug-accountrequest.php:1.18
--- pearweb/include/bugs/pear-bug-accountrequest.php:1.17       Tue Apr 17 
21:50:38 2007
+++ pearweb/include/bugs/pear-bug-accountrequest.php    Tue Apr 17 21:59:51 2007
@@ -39,7 +39,7 @@
     function sendEmail()
     {
         if (!$this->user) {
-            return PEAR::raiseError('Internal fault: user was not set when 
sending email, please report to pear-core@xxxxxxxxxxxxx');
+            throw new Exception('Internal fault: user was not set when sending 
email, please report to pear-core@xxxxxxxxxxxxx');
         }
         $salt = $this->dbh->getOne('
             SELECT salt

-- 
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>