this is called statically

This commit is contained in:
Marc Delisle
2008-02-08 19:00:15 +00:00
parent 54a8b6b08d
commit c11d92096a

View File

@@ -528,7 +528,7 @@ class PMA_Index
* @param string name of table * @param string name of table
* @return string Output HTML * @return string Output HTML
*/ */
function findDuplicates($table, $schema) static public function findDuplicates($table, $schema)
{ {
$indexes = PMA_Index::getFromTable($table, $schema); $indexes = PMA_Index::getFromTable($table, $schema);