From 63b0d4194a1bd78aabc8cbba2e880deaa263ee14 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Mon, 27 May 2013 12:30:19 -0400 Subject: [PATCH] CC-5109: Fix race-condition when updating cc_pref table -not a race condition..was a logic error. --- airtime_mvc/application/models/Preference.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/models/Preference.php b/airtime_mvc/application/models/Preference.php index b20aacd26..86042888f 100644 --- a/airtime_mvc/application/models/Preference.php +++ b/airtime_mvc/application/models/Preference.php @@ -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);