projects
/
project/lightbox2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0b4cff7
)
#216078 - modified views image grouping so it groups by the name of the field.
author
Stella Power
Thu, 31 Jan 2008 14:33:22 +0000 (14:33 +0000)
committer
Stella Power
Thu, 31 Jan 2008 14:33:22 +0000 (14:33 +0000)
Patch provided by kosmoscentral.
lightbox2.module
patch
|
blob
|
blame
|
history
diff --git
a/lightbox2.module
b/lightbox2.module
index
719845d
..
d98d825
100644
(file)
--- a/
lightbox2.module
+++ b/
lightbox2.module
@@
-546,7
+546,7
@@
function theme_imagefield_image_imagecache_lightbox2($view_preset, $field, $item
$rel = 'lightbox';
if (variable_get('lightbox2_image_group', TRUE)) {
- $rel = 'lightbox[cck_image_nodes]';
+ $rel = 'lightbox['. $field['field_name'] .']';
}
$node_link = '';