Issue #1703184 by m-abshir: Clarify parameter docs in db_rename_table function

8.0.x
Jennifer Hodgdon 2012-08-01 09:09:25 -07:00
parent 09e2297758
commit ac0708aed4
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/