remove debug code

This commit is contained in:
Fabrixxm 2013-08-03 15:18:41 -04:00
parent 11d1c1ae8e
commit 50233ba290
1 changed files with 1 additions and 1 deletions

View 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')",