This commit is contained in:
seek3r 2002-01-21 18:51:40 +00:00
parent be2435ce28
commit 0a001801f9

View File

@ -334,7 +334,7 @@
break;
}
$str str_replace (".gif", ".png",$str);
$str = str_replace (".gif", ".png",$str);
return $str;
}