function hijri_update_7001 in Hijri 8
Same name and namespace in other branches
- 7 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 55 - install.module 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');*/
}