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
This commit is contained in:
David M 2008-01-11 06:25:28 +00:00
parent 24a359e9f5
commit b9da54ba91

View file

@ -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;