From a8c198249555c51af5af867d77c0067af67aad34 Mon Sep 17 00:00:00 2001 From: chriskl Date: Wed, 13 Aug 2003 03:58:25 +0000 Subject: backport 3.0.1 bug fixes --- indexes.php | 53 ++++++++++++++++++----------------------------------- 1 file changed, 18 insertions(+), 35 deletions(-) (limited to 'indexes.php') diff --git a/indexes.php b/indexes.php index 4f39eb99..09596443 100644 --- a/indexes.php +++ b/indexes.php @@ -3,7 +3,7 @@ /** * List indexes on a table * - * $Id: indexes.php,v 1.17 2003/08/12 08:18:53 chriskl Exp $ + * $Id: indexes.php,v 1.14.2.1 2003/08/13 03:58:25 chriskl Exp $ */ // Include application functions @@ -21,11 +21,9 @@ global $PHP_SELF, $lang; if (!isset($_POST['formIndexName'])) $_POST['formIndexName'] = ''; - if (!isset($_POST['formIndexType'])) $_POST['formIndexType'] = null; if (!isset($_POST['formCols'])) $_POST['formCols'] = ''; - if (!isset($_POST['formWhere'])) $_POST['formWhere'] = ''; - echo "