rfe #854911 [interface] Grey out non applicable actions in structure
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/* vim: set expandtab sw=4 ts=4 sts=4: */
|
||||
/**
|
||||
* holds the datasbe index class
|
||||
* holds the database index class
|
||||
*
|
||||
* @version $Id$
|
||||
* @package phpMyAdmin
|
||||
@@ -308,6 +308,11 @@ class PMA_Index
|
||||
return $this->_type;
|
||||
}
|
||||
|
||||
public function getChoice()
|
||||
{
|
||||
return $this->_choice;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a list of all index choices
|
||||
*
|
||||
|
Reference in New Issue
Block a user