updating error_box() function calls. second argument was modified.
[squirrelmail.git] / src / delete_message.php
1 <?php
2
3 /**
4 * delete_message.php
5 *
6 * Deletes a meesage from the IMAP server
7 *
8 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
10 * @version $Id$
11 * @package squirrelmail
12 */
13
14 /**
15 * Include the SquirrelMail initialization file.
16 */
17 include('../include/init.php');
18 error_box('delete_message.php script is obsolete since 1.5.1.');
19 $oTemplate->display('footer.tpl');
20 ?>