From c11d92096ac87513c5490f60d395c5dd332093f9 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 8 Feb 2008 19:00:15 +0000 Subject: [PATCH] this is called statically --- libraries/Index.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/Index.class.php b/libraries/Index.class.php index e02950b78..8aa300bbd 100644 --- a/libraries/Index.class.php +++ b/libraries/Index.class.php @@ -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); @@ -677,4 +677,4 @@ class PMA_Index_Column ); } } -?> \ No newline at end of file +?>