diff options
author | friendica <info@friendica.com> | 2012-07-07 21:55:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-07 21:55:15 -0700 |
commit | 63f10f6c6bb1ce794643b7511ab50cd810b79595 (patch) | |
tree | 3e773f767eff7c37e80e83cbfc8de02d330a58b7 /include/bb2diaspora.php | |
parent | e94f7ed23d18e811e31cb4656a55b97f328534b7 (diff) | |
parent | a3640b4e9f8c457c8761ccedf7757ce6dfe733c2 (diff) | |
download | volse-hubzilla-63f10f6c6bb1ce794643b7511ab50cd810b79595.tar.gz volse-hubzilla-63f10f6c6bb1ce794643b7511ab50cd810b79595.tar.bz2 volse-hubzilla-63f10f6c6bb1ce794643b7511ab50cd810b79595.zip |
Merge https://github.com/friendica/friendica into pull
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); |