X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Foptions_order.php;h=0e5d31e5cba63c9a2de6dacf9649031e46d4bfbc;hb=98fb28fd4ec24a6026af074e879855ce36555bc5;hp=14a366cae5c9b0d04a84e60db1b44f1b9658dd89;hpb=625c8b787b79d07a1e53ba05213f66451d73651e;p=squirrelmail.git diff --git a/src/options_order.php b/src/options_order.php index 14a366ca..0e5d31e5 100644 --- a/src/options_order.php +++ b/src/options_order.php @@ -3,10 +3,10 @@ /** * options_order.php * - * Copyright (c) 1999-2002 The SquirrelMail Project Team + * Copyright (c) 1999-2003 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * - * Displays message highlighting options + * Displays messagelist column order options * * $Id$ */ @@ -22,9 +22,6 @@ require_once(SM_PATH . 'functions/plugin.php'); require_once(SM_PATH . 'functions/html.php'); /* get globals */ -if (isset($_GET['action'])) { - $action = $_GET['action']; -} if (isset($_GET['num'])) { $num = $_GET['num']; } @@ -45,11 +42,6 @@ elseif (isset($_POST['submit'])) { } /* end of get globals */ -if (! isset($action)) { $action = ''; } -if ($action == 'delete' && isset($theid)) { - removePref($data_dir, $username, "highlight$theid"); -} elseif ($action == 'save') { -} displayPageHeader($color, 'None'); echo