Changeset 120
- Timestamp:
- 08/26/08 23:53:38 (4 months ago)
- Files:
-
- trunk/includes/class.bpdb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/includes/class.bpdb.php
r119 r120 130 130 $this->ready = true; 131 131 132 if ( $this-> supports_collation() ) {132 if ( $this->has_cap( 'collation' ) ) { 133 133 $collation_query = ''; 134 134 if ( !empty($charset) ) {
