function update_value($value, $post_id, $field)
 {
     $value = parent::update_value($value, $post_id, $field);
     return qtrans_join($value);
 }