summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/database.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database.inc b/includes/database.inc
index d2992dc8b..fa2d6d2ad 100644
--- a/includes/database.inc
+++ b/includes/database.inc
@@ -96,7 +96,7 @@ function db_prefix_tables($sql) {
* The name assigned to the newly active database connection. If omitted, the
* default connection will be made active.
*
- * @return the name of the
+ * @return the name of the previously active database or FALSE if non was found.
*/
function db_set_active($name = 'default') {
global $db_url, $db_type, $active_db;