-redoing a commit undo

This commit is contained in:
denise 2012-09-10 17:24:18 -04:00
parent bca7fbf50e
commit 80bdc95cd5
1 changed files with 0 additions and 6 deletions

View File

@ -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