Fixed misspelt variable.
authorjollytoad <jollytoad>
Thu, 15 Jul 2004 09:30:27 +0000 (09:30 +0000)
committerjollytoad <jollytoad>
Thu, 15 Jul 2004 09:30:27 +0000 (09:30 +0000)
indexes.php

index 13006423ca700756bc3d088d4828582d4c6be8e6..68310240443829be823a94c9f72e0ef6153a3665 100644 (file)
@@ -3,7 +3,7 @@
        /**
         * List indexes on a table
         *
-        * $Id: indexes.php,v 1.31 2004/07/13 16:33:53 jollytoad Exp $
+        * $Id: indexes.php,v 1.32 2004/07/15 09:30:27 jollytoad Exp $
         */
 
        // Include application functions
                        ),
                );
                
-               if (!$data->hasIsClustered()) unset($column['clustered']);
+               if (!$data->hasIsClustered()) unset($columns['clustered']);
                
                $misc->printTable($indexes, $columns, $actions, $lang['strnoindexes'], 'indPre');