You are here

function hijri_update_7002 in Hijri 8

Same name and namespace in other branches
  1. 7 hijri.install \hijri_update_7002()

@file Mostly The hook_update_7002()

This will fix the Drupal Core var in the full format

File

./hijri.install, line 65
install.module This module convert to Hijri date in nodes,comments and a block.

Code

function hijri_update_7002() {

  /* variable_set('date_format_long', 'l, F j, Y - H:i');*/
}