From: Fabrixxm Date: Sat, 3 Aug 2013 19:18:41 +0000 (-0400) Subject: remove debug code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=50233ba290c2b48c3e67093f5862db1cc21c8f42;p=friendica.git remove debug code --- diff --git a/include/tags.php b/include/tags.php index c4aba400f3..ba61f448e0 100644 --- a/include/tags.php +++ b/include/tags.php @@ -92,7 +92,7 @@ function create_tags_from_item($itemid) { $term = substr($tag, 1); } else { // This shouldn't happen $type = TERM_HASHTAG; - $term = $tag."-oh"; + $term = $tag; } $r = q("INSERT INTO `term` (`uid`, `oid`, `otype`, `type`, `term`, `url`) VALUES (%d, %d, %d, %d, '%s', '%s')",