Show
Ignore:
Timestamp:
02/26/2008 05:42:45 AM (9 months ago)
Author:
Geert
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/utf8/strpos.php

    r1382 r2171  
    2222        { 
    2323                $array = explode($search, $str, 2); 
    24                 return (isset($array[1])) ? utf8::strlen($array[0]) : FALSE; 
     24                return isset($array[1]) ? utf8::strlen($array[0]) : FALSE; 
    2525        } 
    2626