Changeset 2450

Show
Ignore:
Timestamp:
09/06/08 15:29:40 (3 months ago)
Author:
ringmaster
Message:

Putting the paren in the last commit in the correct place. Ugh.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/classes/multibyte.php

    r2449 r2450  
    237237        } 
    238238 
    239         if ( self::$use_library == self::USE_MBSTRING ) && extension_loaded( 'mbstring' ) { 
     239        if ( self::$use_library == self::USE_MBSTRING && extension_loaded( 'mbstring' )) { 
    240240            $ret = mb_strtolower( $str, $enc ); 
    241241        }