remove debug code
This commit is contained in:
parent
11d1c1ae8e
commit
50233ba290
|
@ -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')",
|
||||
|
|
Loading…
Reference in New Issue
Block a user