aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-25 20:06:21 -0700
committerredmatrix <git@macgirvin.com>2016-05-25 20:06:21 -0700
commit2f64684299784126bb3bc80fbe9978ec57d19a4c (patch)
treefb98e726b6f4bf9aa2c95be30747cf7092496f34 /include/bbcode.php
parent66b6f8c0ff39df0b50ae2cc374659b46defc924f (diff)
downloadvolse-hubzilla-2f64684299784126bb3bc80fbe9978ec57d19a4c.tar.gz
volse-hubzilla-2f64684299784126bb3bc80fbe9978ec57d19a4c.tar.bz2
volse-hubzilla-2f64684299784126bb3bc80fbe9978ec57d19a4c.zip
some event fixes, also change jquery-textcomplete to un-minified since the minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it.
Diffstat (limited to 'include/bbcode.php')
-rw-r--r--include/bbcode.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bbcode.php b/include/bbcode.php
index 142a15d35..f47dc6f2e 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -981,6 +981,7 @@ function bbcode($Text, $preserve_nl = false, $tryoembed = true, $cache = false)
$Text = preg_replace("/\[event\-summary\](.*?)\[\/event\-summary\]/ism",'',$Text);
$Text = preg_replace("/\[event\-description\](.*?)\[\/event\-description\]/ism",'',$Text);
$Text = preg_replace("/\[event\-finish\](.*?)\[\/event\-finish\]/ism",'',$Text);
+ $Text = preg_replace("/\[event\-id\](.*?)\[\/event\-id\]/ism",'',$Text);
$Text = preg_replace("/\[event\-location\](.*?)\[\/event\-location\]/ism",'',$Text);
$Text = preg_replace("/\[event\-adjust\](.*?)\[\/event\-adjust\]/ism",'',$Text);