DrupalBin
Submit Code
About
Recent Posts
Code
2 hours 20 min
ago
Fix for my user handler
2 hours 43 min
ago
Fix for my user handler
2 hours 46 min
ago
my user handler
4 hours 35 min
ago
more
Tags
CCK
fapi
javascript
jquery
menu
module
Panels
simpletest
template.php
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
Argument handling code for a view taking in TID as argument, trying to get the parent TID to be returned (if it has)
View
Download
Fix
June 27, 2008 - 10:14am — Anonymous
if
(
taxonomy_get_parents
(
$args
[
0
]
)
)
{
$args
[
0
]
=
taxonomy_get_parents
(
$args
[
0
]
)
;
}
return
$args
;
arguments
taxonomy
views