[mythtv-commits] Ticket #6432: Fix transposed bindValue() args in mythfilldatabase
MythTV
mythtv at cvs.mythtv.org
Tue Apr 7 04:39:44 UTC 2009
#6432: Fix transposed bindValue() args in mythfilldatabase
----------------------------------------------+-----------------------------
Reporter: sphery <mtdean at thirdcontact.com> | Owner: stuartm
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - Mythfilldatabase | Version: head
Severity: medium | Mlocked: 0
----------------------------------------------+-----------------------------
The attached patch fixes transposed bindValue() arguments in
mythfilldatabase added in [20286]. The symptom of the problem was
reported by Alex Williamson and the problem was found by Andrew Leiserson
and confirmed by Nick Morrot all on -users list.
Basically, the same issue was reported in another location in #6375 and
fixed in [20284]. To ensure there were no other locations where the
arguments were transposed, I grep'ed the source tree for
'bindValue(.*":\w\+")' and found these were the only two locations where
the arguments are transposed.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6432>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list