projects
/
racktables
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c6c764
)
r1839 + fix incorrectly generated URL, which kept object group filtering to work...
author
Denis Ovsienko
<infrastation@yandex.ru>
Thu, 27 Mar 2008 10:03:32 +0000
(10:03 +0000)
committer
Denis Ovsienko
<infrastation@yandex.ru>
Thu, 27 Mar 2008 10:03:32 +0000
(10:03 +0000)
inc/interface.php
patch
|
blob
|
blame
|
history
diff --git
a/inc/interface.php
b/inc/interface.php
index 9902f42ea2b3f1669be6b26bd946e5261c9fc3be..ea40151f9ac609eac6357f055cadea79acd94899 100644
(file)
--- a/
inc/interface.php
+++ b/
inc/interface.php
@@
-4838,7
+4838,7
@@
function renderTagRowForCloud ($taginfo, $realm, $level = 0)
echo '<tr><td align=left>';
for ($i = 0; $i < $level; $i++)
printImageHREF ('spacer');
- echo "<a href='${root}?page=objgroup&group_id=0&tag
list
[]=${taginfo['id']}'>";
+ echo "<a href='${root}?page=objgroup&group_id=0&tag
filter
[]=${taginfo['id']}'>";
echo $taginfo['tag'] . '</a>';
if (isset ($taginfo['refcnt'][$realm]))
echo ' (' . $taginfo['refcnt'][$realm] . ')';