diff --git a/booking.helper.inc b/booking.helper.inc index e7ee29b..fa01792 100644 --- a/booking.helper.inc +++ b/booking.helper.inc @@ -1,5 +1,12 @@ $value) { //check if the key is a field that belongs in the database if ((strpos($key, "booking_") === 0) || $key === "nid") { - $data[$key] = $value; + $data[$key] = _booking_remove_emoji($value); } } watchdog('booking_debug', "
Inserting node:\n@info", array('@info' => print_r($data, TRUE)));