diff options
author | friendica <info@friendica.com> | 2012-07-07 22:04:31 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-07 22:04:31 -0700 |
commit | 8c3703c4f97ff0f3a54f48a3d02ed15060a2d5c1 (patch) | |
tree | 7c8f114e8eb889ca65803d7f28b81388da32ce85 /include/bb2diaspora.php | |
parent | 1965c7076963e4b0fe43287977f6ece9520ca7c9 (diff) | |
parent | 63f10f6c6bb1ce794643b7511ab50cd810b79595 (diff) | |
download | volse-hubzilla-8c3703c4f97ff0f3a54f48a3d02ed15060a2d5c1.tar.gz volse-hubzilla-8c3703c4f97ff0f3a54f48a3d02ed15060a2d5c1.tar.bz2 volse-hubzilla-8c3703c4f97ff0f3a54f48a3d02ed15060a2d5c1.zip |
Merge branch 'master' of file:////home/macgirvin/dev
Conflicts:
boot.php
Diffstat (limited to 'include/bb2diaspora.php')
-rw-r--r-- | include/bb2diaspora.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bb2diaspora.php b/include/bb2diaspora.php index 042177fd9..d0cb60302 100644 --- a/include/bb2diaspora.php +++ b/include/bb2diaspora.php @@ -346,7 +346,7 @@ function bb2diaspora($Text,$preserve_nl = false) { // If we found an event earlier, strip out all the event code and replace with a reformatted version. - if(x($ev,'desc') && x($ev,'start')) { + if(x($ev,'start')) { $sub = format_event_diaspora($ev); |