﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
13914,select(databasename) fails in WP 3.0RC3,adiant,ryan,"The following php code (in page.php) fails in 3.0RC3, but works in 2.9.2:

global $wpdb;

$wpdb->show_errors = true;

$wpdb->select(""ebrt_ebc"");

ebrt_ebc is the name of a database where the WP database user ID has full access.

Messages as follows:

Warning: Missing argument 2 for wpdb::select(), called in /home/ebrt/public_html/wp30rc3/wp-content/themes/default2/page.php on line 20 and defined in /home/ebrt/public_html/wp30rc3/wp-includes/wp-db.php  on line 738

Can’t select database
",defect (bug),closed,high,3.0,Database,3.0,normal,fixed,has-patch,
