function hijri_update_7002 in Hijri 7
Same name and namespace in other branches
- 8 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 50 - 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');
}