summaryrefslogtreecommitdiff
path: root/includes/database/database.inc
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-08-02 09:56:15 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-08-02 09:56:15 -0700
commit437386277e148ce12831a2fba52b67e59fc62913 (patch)
tree87c822b5e59fbaaa4b38eee4859785eab50b4014 /includes/database/database.inc
parentdd3d2f4917f8540420b6a7ab610f10a971f3172a (diff)
downloadbrdo-437386277e148ce12831a2fba52b67e59fc62913.tar.gz
brdo-437386277e148ce12831a2fba52b67e59fc62913.tar.bz2
Issue #1703184 by m-abshir: Clarify table parameter in db_rename_table function doc
Diffstat (limited to 'includes/database/database.inc')
-rw-r--r--includes/database/database.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc
index 5bcae67a3..1ef499c43 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -2769,7 +2769,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.
*/