You are here

function hijri_node_view in Hijri 8

Same name and namespace in other branches
  1. 7 hijri.module \hijri_node_view()

Implements hook_node_view().

File

./_hijri.module, line 123

Code

function hijri_node_view($node) {
  unset($node->content['field_hijri_correction']);
}