diff --git a/application/models/Attribute.php b/application/models/Attribute.php index 7b4b329bd..aa8ed0342 100644 --- a/application/models/Attribute.php +++ b/application/models/Attribute.php @@ -303,6 +303,12 @@ class Attribute extends CI_Model $this->db->trans_complete(); } + //Any other allowed conversion does not get checked here + else + { + $success = TRUE; + } + return $success; } @@ -542,4 +548,4 @@ class Attribute extends CI_Model return $this->db->update('attribute_definitions', array('deleted' => 1)); } -} \ No newline at end of file +}