diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-12 18:56:53 -0800 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-12 18:56:53 -0800 |
commit | 9697e8233182bc084fb614b2c997b6e0c89c2441 (patch) | |
tree | cc5fc682ea9b8eeefe6fbbab2b7ffb0fedeb4f75 /include/bbcode.php | |
parent | 135005571f4cfe3170b2f2ce0ea94b39a75c111a (diff) | |
parent | 3e85c1d3304c51489249ce2a284910885a1a3c73 (diff) | |
download | volse-hubzilla-9697e8233182bc084fb614b2c997b6e0c89c2441.tar.gz volse-hubzilla-9697e8233182bc084fb614b2c997b6e0c89c2441.tar.bz2 volse-hubzilla-9697e8233182bc084fb614b2c997b6e0c89c2441.zip |
Merge branch 'master' into bbcode
Diffstat (limited to 'include/bbcode.php')
-rwxr-xr-x | include/bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php index 9c70cb494..a4a651027 100755 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -11,7 +11,7 @@ function stripcode_br_cb($s) { function tryoembed($match){ $url = ((count($match)==2)?$match[1]:$match[2]); - logger("tryoembed: $url"); +// logger("tryoembed: $url"); $o = oembed_fetch_url($url); |