> Changes to calendar.php
There were a couple typos in my first post...only in calendar.php; try
this diff instead.
# diff ../../../html.old/plugins/calendar/calendar.php calendar.php
14,23c14,24
< require_once('calendar_data.php');
< require_once('functions.php');
< require_once('shared_functio
If you try to upgrade to the latest and greatest, you will find that a
couple things break the shared calendar plugin; all of which are inclusion
related. The things are:
1) The new tendancy to use SM_PATH
2) src/validate.php is now in include/validate.php
3) src/load_prefs.php is now in include/v