Hi Alexandros,
> Modified Files:
> sqspell_functions.php
> Log Message:
> workaround to make squirrelspell work again in SM 1.5 CVS
>
> Index: sqspell_functions.php
> ===================================================================
> RCS file:
> /cvsroot/squirrelmail/squirrelmail/plugins/squirrelspell/sqspell_functions.php,v
> retrieving revision 1.37
> retrieving revision 1.38
> diff -u -w -r1.37 -r1.38
> --- sqspell_functions.php 9 Oct 2006 02:45:11 -0000 1.37
> +++ sqspell_functions.php 24 Nov 2006 09:23:50 -0000 1.38
> @@ -22,6 +22,12 @@
> */
> include_once(SM_PATH . 'plugins/squirrelspell/sqspell_config.php');
>
> +/**
> + * Workaround for including function squirrelspell_version() in SM 1.5 CVS,
> + * where plugins' setup.php is not included by default.
> + */
> +include_once(SM_PATH . 'plugins/squirrelspell/setup.php');
> +
Because setup.php only has a few function stubs, I don't understand
what you need to do that for...? I trust you are correct, but if
setup.php only has a few stubs, the real fix (instead of workaround)
can't be too hard, can it?
Also, FYI my top priority for SM right now is that other thread you
started a few days ago, just need to find the time (should be in the
next couple days).
-paul
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|