phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-users] Re: Disable Spellcheck


From: hj . pallesen
Subject: [Phpgroupware-users] Re: Disable Spellcheck
Date: Tue, 10 Oct 2006 01:15:56 -0700 (MST)


I found out, that I can disable spellcheck by hardcoding 
class.spell_svc_php.inc.php

                function pgw_pspell_new($language, $spelling, $jargon, 
$encoding, $mode)
                {
                        return False;
                        // open connection to dictionary backend
                        // see: 
http://rock.earthlink.net/manual/mod/mod_php4/function.pspell-new.html
                        //return pspell_new($language, $spelling, $jargon, 
$encoding, $mode);
                }


But must I ask my ISP to add a danish dictionary to the linux box to make spell 
checking work with lang = "da"
Sent from the phpGroupWare forums @ http://forums.phpGroupWare.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]