mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Removed old debug trace
This commit is contained in:
parent
41bdb11c18
commit
774afe902c
@ -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…
x
Reference in New Issue
Block a user