[Vtigercrm-commits] [Vtiger development] #8315: SMTPauth patch
Vtiger development
vtiger-tickets at trac.vtiger.com
Wed Oct 22 05:45:57 GMT 2014
#8315: SMTPauth patch
-----------------------+----------------------
Reporter: mesouug | Owner: rishab
Type: patch | Status: closed
Priority: minor | Milestone: 6.2.0
Component: vtigercrm | Version: 6.1.0
Severity: Medium | Resolution: invalid
Keywords: smtp |
-----------------------+----------------------
Changes (by rishab):
* status: assigned => closed
* resolution: => invalid
Comment:
smtpAuth returned by the Db is one or zero.
if zero is returned by Db result,then
this code
{{{
if(empty($this->SMTPAuth)) $this->SMTPAuth = false;
}}}
is fired and smtpAuth is set to false.
if one is returned by the Db then smtpAuth is set to one.
So depending on the value reurned by Db query we set it(smtpAuth) to one
or false.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8315#comment:4>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list