CC-5109:
Fix race-condition when updating cc_pref table -not a race condition..was a logic error.
This commit is contained in:
parent
46ecd69b03
commit
9aedb40bdd
|
@ -40,7 +40,7 @@ class Application_Model_Preference
|
|||
|
||||
$result = Application_Common_Database::prepareAndExecute($sql,
|
||||
$paramMap,
|
||||
'column',
|
||||
Application_Common_Database::ROW_COUNT,
|
||||
PDO::FETCH_ASSOC,
|
||||
$con);
|
||||
|
||||
|
|
Loading…
Reference in New Issue