Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: class_parser.php 5616 2011-09-20 13:24:59Z Tomm $
| * $Id: class_parser.php 5710 2011-12-08 14:51:56Z Tomm $
|
*/
/*
| */
/*
|
Zeile 966 | Zeile 966 |
---|
return "[video={$video}]{$url}[/video]"; }
|
return "[video={$video}]{$url}[/video]"; }
|
$parsed_url = @parse_url($url);
| $parsed_url = @parse_url(urldecode($url));
|
if($parsed_url == false) { return "[video={$video}]{$url}[/video]";;
| if($parsed_url == false) { return "[video={$video}]{$url}[/video]";;
|