tag display with item
This commit is contained in:
parent
3b33c0d075
commit
790c4a4e1a
2 changed files with 12 additions and 1 deletions
|
@ -11,7 +11,9 @@ function tagger_content(&$a) {
|
|||
return;
|
||||
}
|
||||
|
||||
$term= notags(trim($_GET['term']));
|
||||
$term = notags(trim($_GET['term']));
|
||||
// no commas allowed
|
||||
$term = str_replace(',','',$term);
|
||||
|
||||
if(! $term)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue