aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/text.php')
-rwxr-xr-xinclude/text.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 53471f460..bbd538f15 100755
--- a/include/text.php
+++ b/include/text.php
@@ -1199,7 +1199,8 @@ function prepare_text($text,$content_type = 'text/bbcode') {
$s = zidify_links($s);
break;
}
-//logger('prepare: ' . $s);
+
+//logger('prepare_text: ' . $s);
return $s;
}