December 19th, 2004, 08:37 AM
|
#3 (permalink)
|
| Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,699
|
what version are you using I see line 360 of pp-inc.php as this
function get_ext( $filename ) {
return substr($filename, strrpos($filename,"."));
}
There is no mb_strrpos
|
| |