From d8b0de4ffa054c1de2abd3b49d8173fff2cda1cc Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Mon, 10 Sep 2012 17:17:52 -0400 Subject: [PATCH] CC-4387: NULL is set to default Station Name -fixed --- airtime_mvc/application/models/Preference.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/airtime_mvc/application/models/Preference.php b/airtime_mvc/application/models/Preference.php index a2f563b11..d157bc9bf 100644 --- a/airtime_mvc/application/models/Preference.php +++ b/airtime_mvc/application/models/Preference.php @@ -31,12 +31,6 @@ class Application_Model_Preference $result = Application_Common_Database::prepareAndExecute($sql, $paramMap, 'column'); - if ($value == "") { - $value = "NULL"; - } else { - $value = "$value"; - } - $paramMap = array(); if ($result == 1) { // result found