> Hi all,
>
>
> I got errors with add address functionality in sent_confirmation plugin.
> It checks for sm version and if SM is 1.4 and above it looks for file
> validate.php in ../src. I fixed file address_book_import.php like this to
> make it work for SM 1.4.4 and 1.4.5.
>
> // if (compatibility_check_sm_version(1, 3))
> //{
> include_once (SM_PATH . 'include/validate.php');
> include_once (SM_PATH . 'functions/page_header.php');
> include_once (SM_PATH . 'include/load_prefs.php');
> include_once (SM_PATH . 'functions/addressbook.php');
> // }
> // else
> //{
> // include_once ('../src/validate.php');
> // include_once ('../functions/page_header.php');
> // include_once ('../src/load_prefs.php');
> // include_once ('../functions/addressbook.php');
> // }
send_confirmation plugin is compatible with SquirrelMail 1.2 and later. It
depends on compatibility v.1.x plugin.
Your code changes remove compatibility with SquirrelMail 1.2 and add
SquirrelMail 1.4 version requirement.
--
Tomas
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
squirrelmail-users mailing list
Posting Guidelines:
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [email protected]
List Archives:
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users