obsolete - no longer in use
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9213
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- 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
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