> Heyaaa!!! > > > i have problem with vlogin plugin after updating my webmail to SM 1.4.6 > > > i found this notice in changelog > http://www.squirrelmail.org/changelog.php: > - Solved function conflict between compatibility and info plugins. > > > maybe it's problem, because of vlogin dependency on compatibility plugin
compatibility plugin introduced is_plugin_enabled() function from SquirrelMail 1.5.1. Function provides generic API to detect enabled plugins. It was originally written for info plugin and later reused in other plugins. In 1.5.1 this function is global. In 1.4.5 it was used only for info plugin. Info plugin (plugins/info/options.php) broke, when compatibility plugin functions were loaded in SquirrelMail 1.4.5. changelog line informs about function name change in info plugin. Fix can't break compatibility plugin. -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- 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
