From: <var...@us...> - 2010-05-18 13:23:31
|
Revision: 7402 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7402&view=rev Author: vargenau Date: 2010-05-18 13:23:25 +0000 (Tue, 18 May 2010) Log Message: ----------- Update comment: "Currently only FLV and OGG" Modified Paths: -------------- trunk/lib/stdlib.php Modified: trunk/lib/stdlib.php =================================================================== --- trunk/lib/stdlib.php 2010-05-17 13:54:53 UTC (rev 7401) +++ trunk/lib/stdlib.php 2010-05-18 13:23:25 UTC (rev 7402) @@ -2490,7 +2490,7 @@ /** * Returns true if the filename ends with an video suffix. - * Currently only FLV + * Currently only FLV and OGG */ function is_video ($filename) { @@ -2498,7 +2498,6 @@ or string_ends_with(strtolower($filename), ".ogg"); } - /** * Compute cell in spreadsheet table * $table: two-dimensional table This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |