diff options
Diffstat (limited to 'includes/database/database.inc')
-rw-r--r-- | includes/database/database.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/database.inc b/includes/database/database.inc index d15a02217..39bba8e6c 100644 --- a/includes/database/database.inc +++ b/includes/database/database.inc @@ -2299,7 +2299,7 @@ function db_transaction($required = FALSE, Array $options = array()) { * * @param $key * The key in the $databases array to set as the default database. - * @returns + * @return * The key of the formerly active database. */ function db_set_active($key = 'default') { |