mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'pandora_5.1' of https://github.com/pandorafms/pandorafms into pandora_5.1
This commit is contained in:
commit
07d6404a2a
@ -508,8 +508,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