user warning: Table 'iceland_icelandairhotels.content_field_hotels' doesn't exist
query:
SELECT node.nid AS nid, node.sticky AS node_sticky, node.created AS node_created
FROM node node
INNER JOIN content_field_hotels node_data_field_hotels ON node.vid = node_data_field_hotels.vid
WHERE node.type in ('offer')
AND node.status <> 0
AND node.sticky <> 0
AND node_data_field_hotels.field_hotels_nid = ''
AND node.language in ('is')
ORDER BY node_sticky DESC, node_created DESC
in /home/iceland/public_html/sites/all/modules/icelandair/icelandair.pages.inc on line 190.