summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-26 14:46:51 +0000
committerGerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>2006-03-26 14:46:51 +0000
commita6d62c1b62139e83cc6bcd6f13ab2821a668bd82 (patch)
treed1ec4f1a9b3ca725743277a6085a9fe86b3d0cdd /includes
parent53d16d7da0a45de7164a3ba5147fb7864be17531 (diff)
downloadbrdo-a6d62c1b62139e83cc6bcd6f13ab2821a668bd82.tar.gz
brdo-a6d62c1b62139e83cc6bcd6f13ab2821a668bd82.tar.bz2
#42000, docs update, by me
Diffstat (limited to 'includes')
-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;