fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [6907] property: helpdesk::alter error message on fai


From: Sigurd Nes
Subject: [Fmsystem-commits] [6907] property: helpdesk::alter error message on failed email response
Date: Wed, 02 Feb 2011 08:22:47 +0000

Revision: 6907
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6907
Author:   sigurdne
Date:     2011-02-02 08:22:47 +0000 (Wed, 02 Feb 2011)
Log Message:
-----------
property: helpdesk::alter error message on failed email response

Modified Paths:
--------------
    trunk/property/inc/class.botts.inc.php

Modified: trunk/property/inc/class.botts.inc.php
===================================================================
--- trunk/property/inc/class.botts.inc.php      2011-02-02 08:21:25 UTC (rev 
6906)
+++ trunk/property/inc/class.botts.inc.php      2011-02-02 08:22:47 UTC (rev 
6907)
@@ -932,7 +932,7 @@
                                        }
                                        else
                                        {
-                                               $receipt['error'][] = 
array('msg'=> lang('Your message could not be sent!'));
+//                                             $receipt['error'][] = 
array('msg'=> lang('Your message could not be sent!'));
                                                $receipt['error'][] = 
array('msg'=>lang('This user has not defined an email address !') . ' : ' . 
$account_name);
                                        }
                                }
@@ -960,6 +960,7 @@
                                }
                        }
 
+/*
                        if (!$rc && 
($this->config->config_data['groupnotification'] || 
$this->config->config_data['ownernotification'] || 
$this->config->config_data['groupnotification']))
                        {
                                $receipt['error'][] = array('msg'=> lang('Your 
message could not be sent by mail!'));
@@ -975,7 +976,7 @@
                                $receipt['error'][] = array('msg'=> 'err_msg: 
'. htmlspecialchars($this->send->err['msg']));
                                $receipt['error'][] = array('msg'=> 'err_desc: 
'. $this->send->err['desc']);
                        }
-
+*/
                        //_debug_array($receipt);
                        return $receipt;
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]