Use compatibility_info() function if at all possible instead of compatibility_version()
[squirrelmail.git] / plugins / translate / setup.php
index 233111a2fa9cad2f92339c36ae54d755bf2c349c..60ca8e1559b26551b13802cb0c72c6ad38b5c766 100644 (file)
@@ -8,20 +8,13 @@
  *
  * Translation of composed messages is not supported.
  *
- * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @copyright © 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage translate
  */
 
-/**
- * If SM_PATH isn't defined, define it.
- * @ignore
- */
-if (!defined('SM_PATH'))  {
-    define('SM_PATH','../../');
-}
 
 /**
  * Initialize the translation plugin
@@ -94,4 +87,3 @@ function translate_set_loadinfo() {
     include_once(SM_PATH . 'plugins/translate/functions.php');
     translate_set_loadinfo_function();
 }
-?>
\ No newline at end of file