diff options
author | friendica <info@friendica.com> | 2013-09-02 16:29:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-02 16:29:52 -0700 |
commit | 56e408f4679862a0d7d9d8fa46a1875f2cbf3574 (patch) | |
tree | f010f84e13043a88b2558ffa50b8d2796ddcbe8b /include/text.php | |
parent | 7c775db9d6b9dc68bc05cded7ab93357aeeb9c3f (diff) | |
download | volse-hubzilla-56e408f4679862a0d7d9d8fa46a1875f2cbf3574.tar.gz volse-hubzilla-56e408f4679862a0d7d9d8fa46a1875f2cbf3574.tar.bz2 volse-hubzilla-56e408f4679862a0d7d9d8fa46a1875f2cbf3574.zip |
pass execflag - Working for preview but not yet executing on page render
Diffstat (limited to 'include/text.php')
-rwxr-xr-x | include/text.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index b0b519851..53471f460 100755 --- a/include/text.php +++ b/include/text.php @@ -1199,6 +1199,7 @@ function prepare_text($text,$content_type = 'text/bbcode') { $s = zidify_links($s); break; } +//logger('prepare: ' . $s); return $s; } |