From a6d62c1b62139e83cc6bcd6f13ab2821a668bd82 Mon Sep 17 00:00:00 2001
From: Gerhard Killesreiter <killes_www_drop_org@227.no-reply.drupal.org>
Date: Sun, 26 Mar 2006 14:46:51 +0000
Subject: [PATCH] #42000, docs update, by me

---
 includes/database.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/database.inc b/includes/database.inc
index d2992dc8b3a8..fa2d6d2ad5ab 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;
-- 
GitLab