I would like to have a condition in rules which should return false if the node is changed within the last 5 minuts. A have a php condition with the following but cannot get it to work. Any suggestion ? $ date_node_lastchange = $ node->datechanged; $ site_date = $ site->currenttime; $ result = false; ifRead more