Changes between Initial Version and Version 1 of Ticket #19324, comment 5
- Timestamp:
- 04/24/12 19:47:59 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19324, comment 5
initial v1 10 10 {{{ 11 11 if ( WP_DEBUG ) { 12 $this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, true, WP_MYSQL_CLIENT_COMPRESS ? WP_MYSQL_CLIENT_COMPRESS : null);12 $this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, true, WP_MYSQL_CLIENT_COMPRESS ? WP_MYSQL_CLIENT_COMPRESS : null ); 13 13 } else { 14 $this->dbh = @mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, true, WP_MYSQL_CLIENT_COMPRESS ? WP_MYSQL_CLIENT_COMPRESS : null);14 $this->dbh = @mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, true, WP_MYSQL_CLIENT_COMPRESS ? WP_MYSQL_CLIENT_COMPRESS : null ); 15 15 } 16 16 }}}
