this is called statically
This commit is contained in:
@@ -528,7 +528,7 @@ class PMA_Index
|
||||
* @param string name of table
|
||||
* @return string Output HTML
|
||||
*/
|
||||
function findDuplicates($table, $schema)
|
||||
static public function findDuplicates($table, $schema)
|
||||
{
|
||||
$indexes = PMA_Index::getFromTable($table, $schema);
|
||||
|
||||
|
Reference in New Issue
Block a user