> 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_functions.php');
< chdir('..');
< require_once('../src/validate.php');
< require_once('../functions/strings.php');
< require_once('../functions/date.php');
< require_once('../config/config.php');
< require_once('../functions/page_header.php');
< require_once('../src/load_prefs.php');
---
> define('SM_PATH','../../');
> 
> require_once(SM_PATH . 'plugins/calendar/calendar_data.php');
> require_once(SM_PATH . 'plugins/calendar/functions.php');
> require_once(SM_PATH . 'plugins/calendar/shared_functions.php');
> require_once(SM_PATH . 'include/validate.php');
> require_once(SM_PATH . 'functions/strings.php');
> require_once(SM_PATH . 'functions/date.php');
> require_once(SM_PATH . 'config/config.php');
> require_once(SM_PATH . 'functions/page_header.php');
> require_once(SM_PATH . 'include/load_prefs.php');


-- 
-------------------------------------------
| Caleb Phillips                          |
| The Studio Resource                     |
| IT Specialist                           |
|                                         |
| Handcrafted for you in Ximian Evolution |
-------------------------------------------


-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to