Make WordPress Core


Ignore:
Timestamp:
10/19/2010 07:48:22 AM (16 years ago)
Author:
nacin
Message:

Pinking shears.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/wp-db.php

    r15808 r15843  
    541541        /**
    542542         * Sets the connection's character set.
    543          * 
     543         *
    544544         * @param resource $dbh     The resource given by mysql_connect
    545545         * @param string   $charset The character set (optional)
     
    741741         */
    742742        function select( $db, $dbh = null) {
    743                 if ( is_null($dbh) ) 
     743                if ( is_null($dbh) )
    744744                        $dbh = $this->dbh;
    745745
     
    10441044<p>If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the <a href='http://wordpress.org/support/'>WordPress Support Forums</a>.</p>
    10451045"/*/WP_I18N_DB_CONN_ERROR*/, $this->dbhost ), 'db_connect_fail' );
    1046                        
     1046               
    10471047                        //If show errors is disabled then we need to die anyway as we don't have a working DB connection
    10481048                        die();
Note: See TracChangeset for help on using the changeset viewer.