Add the optional display of a Hebrew calendar.
Brought to you by:
andrewsimpson
This is patch will be of interest to a small group of
users. It allows the
optional display the Hebrew calendar, including Jewish
holidays, along with the normal calendar display. It
requires that PHP be compiled with
--enable-calendar. The patch set is against Version
1.81 and includes changes to calendar_show.php and a
new module, calendar/hebrew_calendar.fns.php.
The display of the Hebrew calendar is enabled by adding
the following line to config.php:
define('HEBREW_CALENDAR', 'Y');
The resulting calendar can be viewed at
http://geekcandy.net/webcollab/. Log in as Guest/Guest.
Patch file for adding Hebrew calendar support to Version 1.81
Logged In: YES
user_id=523452
Nice patch.
I'll leave it up here for all to see. I think you're right:
It's probably a minority patch. I won't incorporate into the
main issue unless there is a strong demand from users.