New get_plugin_version() function, and a couple places to use it.
[squirrelmail.git] / plugins / newmail / setup.php
index 8b384141b80190096629b58b299d0664b2fd91fd..796f965e0eaccb90259b4e08c77860dc87883b72 100644 (file)
  * This was tested with IE5.0 - but I hear Netscape works well,
  * too (with a plugin).
  *
- * @copyright © 1999-2006 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 newmail
  */
 
-/** @ignore */
-if (! defined('SM_PATH')) define('SM_PATH','../../');
 
 /**
  * Init newmail plugin
@@ -87,4 +85,3 @@ function newmail_plugin() {
     include_once(SM_PATH . 'plugins/newmail/functions.php');
     newmail_plugin_function();
 }
-?>