Closed GoogleCodeExporter closed 8 years ago
It seems it can be avoided by doing something like that :
$array=explode('.', $img);
$file_ext = array_pop($array);
Original comment by tae...@gmail.com
on 13 Aug 2011 at 1:07
Same problem (and solution) at line 3062.
Original comment by tae...@gmail.com
on 13 Aug 2011 at 1:12
PHPVideoToolkit has been updated to version 2.
Original comment by bugged...@gmail.com
on 20 Mar 2013 at 11:37
Original issue reported on code.google.com by
tae...@gmail.com
on 13 Aug 2011 at 1:04