deprecated - considered obsolescent
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 6 Apr 2005 13:51:48 +0000 (13:51 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 6 Apr 2005 13:51:48 +0000 (13:51 +0000)
obsolete - no longer in use

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9213 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
src/delete_message.php

index 2001ef4bcfdee1b25ee4834fb12c39e8913237a6..47c38c7d1c17c8d11c03e33271854ada062bda55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -298,7 +298,7 @@ Version 1.5.1 -- CVS
   - Add robots noindex/nofollow meta tag to SquirrelMail generated pages.
   - Fix incorrect folder hierarchy display (#1009654), thanks
     Awais Ahmad for the patch (#1082558).
-  - Deprecated src/delete_message.php script. It provided functions that
+  - src/delete_message.php script is disabled. It provided functions that
     could be implemented without playing with multiple redirects.
   
 Version 1.5.0 - 2 Februari 2004
index 1063cfcb08434ad900af3ccb0fc6d214698b32a6..5ec635ccc1093cc60a6f41b86c346a1f81d0bd8f 100644 (file)
@@ -22,6 +22,6 @@ 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