[Vtigercrm-commits] [vtiger development] #5868: Inconsistency in tag colud retrieve and update?
vtiger development
vtiger-tickets at trac.vtiger.com
Sun Apr 26 10:36:03 EDT 2009
#5868: Inconsistency in tag colud retrieve and update?
-----------------------+----------------------------------------------------
Reporter: prasad | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val2
Keywords: |
-----------------------+----------------------------------------------------
In the CommonUtils.php, the update is made using stufftitle
{{{
$query = "update vtiger_homestuff set visible = ? where userid=? and
stufftitle='Tag Cloud'"
}}}
But select is made using stufftype (and not stufftitle)
{{{
$query = "select visible from vtiger_homestuff where userid=? and
stufftype='Tag Cloud'"
}}}
(Reported by Pierluigi Bucolo via email)
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5868>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list