#42000, docs update, by me

4.7.x
Gerhard Killesreiter 2006-03-26 14:46:51 +00:00
parent 53d16d7da0
commit a6d62c1b62
1 changed files with 1 additions and 1 deletions

View File

@ -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;