|
|
@ -176,7 +176,7 @@ class InfoMetas_model extends CI_Model {
|
|
|
|
. "SET im_value = N? \n"
|
|
|
|
. "SET im_value = N? \n"
|
|
|
|
. "WHERE im_ic_id = ? \n"
|
|
|
|
. "WHERE im_ic_id = ? \n"
|
|
|
|
. " AND im_key = ?";
|
|
|
|
. " AND im_key = ?";
|
|
|
|
return $this->HT->query($sql, array($im_value, $im_ic_id, $im_key));
|
|
|
|
return $this->HT->query($sql, array((string)$im_value, $im_ic_id, $im_key));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function delete($im_ic_id, $im_key) {
|
|
|
|
function delete($im_ic_id, $im_key) {
|
|
|
|