From 50233ba290c2b48c3e67093f5862db1cc21c8f42 Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Sat, 3 Aug 2013 15:18:41 -0400 Subject: [PATCH] remove debug code --- include/tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')",