diff options
author | friendica <info@friendica.com> | 2011-12-19 19:06:25 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-19 19:06:25 -0800 |
commit | 63f66a5a93661cfc327449561a2150aa8187a228 (patch) | |
tree | 2db275059113e5a29e13e657f342af8f88516504 /include/bbcode.php | |
parent | 79f3bbbf2b0e41db2653f9d0fd4eb7520ba58a25 (diff) | |
download | volse-hubzilla-63f66a5a93661cfc327449561a2150aa8187a228.tar.gz volse-hubzilla-63f66a5a93661cfc327449561a2150aa8187a228.tar.bz2 volse-hubzilla-63f66a5a93661cfc327449561a2150aa8187a228.zip |
bug 244 multiple birthday reminders from Diaspora if profile changed repeatedly
Diffstat (limited to 'include/bbcode.php')
-rw-r--r-- | include/bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php index a8e3bed70..5218a06e8 100644 --- 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); |