information about administrative restrictions in bug_report plugin
[squirrelmail.git] / src / delete_message.php
index 1063cfcb08434ad900af3ccb0fc6d214698b32a6..5f001d78593af90d57c434ae0f9704d7d152c781 100644 (file)
@@ -1,12 +1,12 @@
 <?php
+
 /**
  * delete_message.php
  *
- * Copyright (c) 1999-2005 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
  * Deletes a meesage from the IMAP server
  *
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
  */
@@ -22,6 +22,7 @@ require_once(SM_PATH . 'include/validate.php');
 include_once(SM_PATH . 'functions/display_messages.php');
 
 global $color;
-error_box('delete_message.php script is deprecated in 1.5.1.',$color);
+error_box('delete_message.php script is obsolete since 1.5.1.',$color);
+
 ?>
 </body></html>
\ No newline at end of file