-redoing a commit undo
This commit is contained in:
parent
bca7fbf50e
commit
80bdc95cd5
|
@ -31,12 +31,6 @@ class Application_Model_Preference
|
||||||
|
|
||||||
$result = Application_Common_Database::prepareAndExecute($sql, $paramMap, 'column');
|
$result = Application_Common_Database::prepareAndExecute($sql, $paramMap, 'column');
|
||||||
|
|
||||||
if ($value == "") {
|
|
||||||
$value = "NULL";
|
|
||||||
} else {
|
|
||||||
$value = "$value";
|
|
||||||
}
|
|
||||||
|
|
||||||
$paramMap = array();
|
$paramMap = array();
|
||||||
if ($result == 1) {
|
if ($result == 1) {
|
||||||
// result found
|
// result found
|
||||||
|
|
Loading…
Reference in New Issue