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
_______________________________________________
Phpgroupware-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-users