projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fsf changes, meant to be rebased on upstream
[squirrelmail.git]
/
plugins
/
squirrelspell
/
sqspell_config.php
diff --git
a/plugins/squirrelspell/sqspell_config.php
b/plugins/squirrelspell/sqspell_config.php
index a5663809e451cd08d26cc3b73e4ac5b0ba14393f..160ae38cf750ec577a999d530cb4cb738212acd2 100644
(file)
--- a/
plugins/squirrelspell/sqspell_config.php
+++ b/
plugins/squirrelspell/sqspell_config.php
@@
-5,7
+5,7
@@
*
* @copyright 1999-2022 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
* @copyright 1999-2022 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
- * @version $Id$
+ * @version $Id
: sqspell_config.php 14845 2020-01-07 08:09:34Z pdontthink
$
* @package plugins
* @subpackage squirrelspell
*/
* @package plugins
* @subpackage squirrelspell
*/
@@
-58,8
+58,7
@@
sqgetGlobalVar('username', $username, SQ_SESSION);
*
* @global array $SQSPELL_APP
*/
*
* @global array $SQSPELL_APP
*/
-$SQSPELL_APP = array('English' => 'ispell -a',
- 'Spanish' => 'ispell -d spanish -a');
+$SQSPELL_APP = array('English' => 'aspell -a');
/**
* Sample configuration for PHP pspell extension. Sets dictionary options.
/**
* Sample configuration for PHP pspell extension. Sets dictionary options.