Kohana v3.3.2
This commit is contained in:
@@ -24,4 +24,4 @@ function _strrpos($str, $search, $offset = 0)
|
||||
$str = UTF8::substr($str, $offset);
|
||||
$pos = UTF8::strrpos($str, $search);
|
||||
return ($pos === FALSE) ? FALSE : ($pos + $offset);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user