bring string in line with rest
[squirrelmail.git] / src / delete_message.php
CommitLineData
59177427 1<?php
a2b193bc 2
35586184 3/**
4 * delete_message.php
5 *
65c3ec94 6 * Deletes a meesage from the IMAP server
35586184 7 *
47ccfad4 8 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
4b4abf93 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
30967a1e 10 * @version $Id$
8f6f9ba5 11 * @package squirrelmail
35586184 12 */
ef870322 13
30967a1e 14/**
202bcbcc 15 * Include the SquirrelMail initialization file.
30967a1e 16 */
202bcbcc 17include('../include/init.php');
1b858d86 18error_box('delete_message.php script is obsolete since 1.5.1.');
5c4ff7bf 19$oTemplate->display('footer.tpl');
20?>