Merge branch 'master' into pocorate
This commit is contained in:
@@ -564,6 +564,7 @@ function connedit_content(&$a) {
|
||||
}
|
||||
|
||||
$poco_rating = get_config('system','poco_rating_enable');
|
||||
$poco_rating = 0; // leave disabled until we're ready for it.
|
||||
// if unset default to enabled
|
||||
if($poco_rating === false)
|
||||
$poco_rating = true;
|
||||
|
||||
@@ -12,11 +12,9 @@ function tagger_content(&$a) {
|
||||
}
|
||||
|
||||
$observer_hash = get_observer_hash();
|
||||
|
||||
//strip html-tags
|
||||
$term = notags(trim($_GET['term']));
|
||||
// no commas allowed
|
||||
$term = str_replace(array(',',' '),array('','_'),$term);
|
||||
|
||||
//check if empty
|
||||
if(! $term)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user