]> git.mxchange.org Git - friendica.git/commitdiff
remove debug code
authorFabrixxm <fabrix.xm@gmail.com>
Sat, 3 Aug 2013 19:18:41 +0000 (15:18 -0400)
committerFabrixxm <fabrix.xm@gmail.com>
Sat, 3 Aug 2013 19:18:41 +0000 (15:18 -0400)
include/tags.php

index c4aba400f3c799e0471b9c077e3d6d127dfa1309..ba61f448e0bd7c58cf25800a065c7c921c5f7f52 100644 (file)
@@ -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')",