From 80bdc95cd5267b27645854891244a074a061cade Mon Sep 17 00:00:00 2001 From: denise Date: Mon, 10 Sep 2012 17:24:18 -0400 Subject: [PATCH] -redoing a commit undo --- 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