Fix E_ALL notice, thanks Alexandros.
[squirrelmail.git] / plugins / translate / options.php
index 000c4afef4b48ccb86ffaa29f0e02eccacadf37a..d4ef04ca206e6d48b5e8746bca0b67c3b552b98c 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * options.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Pick your translator to translate the body of incoming mail messages
@@ -20,7 +20,6 @@ require_once(SM_PATH . 'functions/strings.php');
 require_once(SM_PATH . 'functions/page_header.php');
 require_once(SM_PATH . 'functions/display_messages.php');
 require_once(SM_PATH . 'functions/imap.php');
-require_once(SM_PATH . 'functions/array.php');
 require_once(SM_PATH . 'include/load_prefs.php');
 
     displayPageHeader($color, 'None');
@@ -108,9 +107,9 @@ require_once(SM_PATH . 'include/load_prefs.php');
     ShowTrad( 'Babelfish',
               _("13 language pairs, maximum of 1000 characters translated, powered by Systran"),
               'http://babelfish.altavista.com/' );
-    ShowTrad( 'Translator.Go.com',
-              _("10 language pairs, maximum of 25 kilobytes translated, powered by Systran"),
-              'http://translator.go.com/' );
+//    ShowTrad( 'Translator.Go.com',
+//              _("10 language pairs, maximum of 25 kilobytes translated, powered by Systran"),
+//              'http://translator.go.com/' );
     ShowTrad( 'Dictionary.com',
               _("12 language pairs, no known limits, powered by Systran"),
               'http://www.dictionary.com/translate' );
@@ -133,7 +132,7 @@ require_once(SM_PATH . 'include/load_prefs.php');
             '<td><select name="translate_translate_server">';
 
     ShowOption('server', 'babelfish', 'Babelfish');
-    ShowOption('server', 'go', 'Go.com');
+//    ShowOption('server', 'go', 'Go.com');
     ShowOption('server', 'dictionary', 'Dictionary.com');
     ShowOption('server', 'intertran', 'Intertran');
     ShowOption('server', 'gpltrans', 'GPLTrans');