[Vtigercrm-commits] [vtiger development] #6170: mysqlt driver fails with result is not an object

vtiger development vtiger-tickets at trac.vtiger.com
Thu Jul 16 17:34:10 EDT 2009


#6170: mysqlt driver fails with result is not an object
-------------------------+--------------------------------------------------
  Reporter:  R.Cohen     |       Owner:  developer
      Type:  defect      |      Status:  new      
  Priority:  unassigned  |   Milestone:  5.1.0    
 Component:  vtigercrm   |     Version:  5.1.0-rc 
Resolution:              |    Keywords:           
-------------------------+--------------------------------------------------
Comment (by R.Cohen):

 As there are other dependencies on the isMySQL() function suggest fix,
 change:
 {{{
 function isMySQL() { return $this->dbType=='mysql'; }
 }}}
 to
 {{{
  function isMySQL() { return ($this->dbType=='mysql' ||
 $this->dbType=='mysqlt') ; }

 }}}
 Line 255 in PearDatabase.php

-- 
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6170#comment:1>
vtiger development <http://trac.vtiger.com/>
vtigerCRM




More information about the vtigercrm-commits mailing list