From ac0708aed4adb90ed841c98c30257aafaeb0323d Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 1 Aug 2012 09:09:25 -0700 Subject: [PATCH] Issue #1703184 by m-abshir: Clarify parameter docs in db_rename_table function --- core/includes/database.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/includes/database.inc b/core/includes/database.inc index 10d1133f2d7..ada1695422c 100644 --- a/core/includes/database.inc +++ b/core/includes/database.inc @@ -671,7 +671,7 @@ function _db_create_keys_sql($spec) { * Renames a table. * * @param $table - * The table to be renamed. + * The current name of the table to be renamed. * @param $new_name * The new name for the table. */