function hijri_update_7001 in Hijri 7
Same name and namespace in other branches
- 8 hijri.install \hijri_update_7001()
@file Mostly The hook_update_7001().
This will fix the Hijri value NOT to repeat(Day & Time) in the full format.
File
- ./
hijri.install, line 40 - This module convert to Hijri date in nodes,comments and a block.
Code
function hijri_update_7001() {
variable_set('date_format_long', 'l, F j, Y');
}