Removed old debug trace
This commit is contained in:
parent
5c44a4d7e0
commit
e8daa908b9
|
@ -517,8 +517,6 @@ function tags_get_module_tags ($id, $policy = false) {
|
||||||
if (empty($id))
|
if (empty($id))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
html_debug_print(func_get_args());
|
|
||||||
|
|
||||||
if ($policy) {
|
if ($policy) {
|
||||||
$tags = db_get_all_rows_filter('ttag_policy_module',
|
$tags = db_get_all_rows_filter('ttag_policy_module',
|
||||||
array('id_policy_module' => $id), false);
|
array('id_policy_module' => $id), false);
|
||||||
|
|
Loading…
Reference in New Issue