From b9da54ba913447498d83a834e6e1c023aa3f2009 Mon Sep 17 00:00:00 2001 From: David M Date: Fri, 11 Jan 2008 06:25:28 +0000 Subject: [PATCH] arg, the voices in my head won't let me focus :P git-svn-id: file:///svn/phpbb/trunk@8321 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/db/db_tools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/db/db_tools.php b/phpBB/includes/db/db_tools.php index 4bb6fb0bff..6d030d18d8 100644 --- a/phpBB/includes/db/db_tools.php +++ b/phpBB/includes/db/db_tools.php @@ -1197,7 +1197,7 @@ class phpbb_db_tools /** * Drop Table */ - public static function sql_table_drop($table_name, $index_name) + public static function sql_table_drop($table_name) { global $db;