Changeset 120

Show
Ignore:
Timestamp:
08/26/08 23:53:38 (4 months ago)
Author:
mdawaffe
Message:

DB: use has_cap() instead of deprecated supports_collation()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/includes/class.bpdb.php

    r119 r120  
    130130                $this->ready = true; 
    131131 
    132                 if ( $this->supports_collation() ) { 
     132                if ( $this->has_cap( 'collation' ) ) { 
    133133                        $collation_query = ''; 
    134134                        if ( !empty($charset) ) {