diff options
| author | David M <davidmj@users.sourceforge.net> | 2008-01-11 06:25:28 +0000 |
|---|---|---|
| committer | David M <davidmj@users.sourceforge.net> | 2008-01-11 06:25:28 +0000 |
| commit | b9da54ba913447498d83a834e6e1c023aa3f2009 (patch) | |
| tree | 5a328f0c737cc406f470c077992de818024b0010 | |
| parent | 24a359e9f5f4300d67afa281a9b5cc2359036699 (diff) | |
| download | forums-b9da54ba913447498d83a834e6e1c023aa3f2009.tar forums-b9da54ba913447498d83a834e6e1c023aa3f2009.tar.gz forums-b9da54ba913447498d83a834e6e1c023aa3f2009.tar.bz2 forums-b9da54ba913447498d83a834e6e1c023aa3f2009.tar.xz forums-b9da54ba913447498d83a834e6e1c023aa3f2009.zip | |
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
| -rw-r--r-- | phpBB/includes/db/db_tools.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
