Erased lost debug trace call.
This commit is contained in:
parent
a36b399b1f
commit
43470ade1a
|
@ -508,8 +508,6 @@ function tags_get_module_tags ($id, $policy = false) {
|
|||
if (empty($id))
|
||||
return false;
|
||||
|
||||
html_debug_print(func_get_args());
|
||||
|
||||
if ($policy) {
|
||||
$tags = db_get_all_rows_filter('ttag_policy_module',
|
||||
array('id_policy_module' => $id), false);
|
||||
|
|
Loading…
Reference in New Issue