Index: database.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/Attic/database.inc,v retrieving revision 1.56.2.5 diff -u -p -r1.56.2.5 database.inc --- database.inc 10 Jan 2008 18:51:37 -0000 1.56.2.5 +++ database.inc 25 Feb 2010 18:53:35 -0000 @@ -96,7 +96,8 @@ 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 previously active database or FALSE if non was found. + * @return + * The name of the previously active database or FALSE, if none was found. */ function db_set_active($name = 'default') { global $db_url, $db_type, $active_db;