DrupalBin
Submit Code
About
Recent Posts
float?
2 hours 38 min
ago
views handler
6 hours 8 min
ago
Code
6 hours 24 min
ago
Code
6 hours 25 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
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
taxonomy_select_nodes doesn't work for me! :(
View
Download
Fix
April 18, 2008 - 10:56am — Anonymous
$result
=
taxonomy_select_nodes
(
Array
(
$termkey
)
,
'or'
,
0
,
FALSE
,
'n.sticky DESC, n.created DESC'
)
;
drupal_set_message
(
'fetchimages_getnodelist(): got result'
)
;
drupal_set_message
(
"<PRE>fetchimages_getnodelist(): result:
\n
"
.
print_r
(
$result
,
1
)
.
'</PRE>'
)
;
while
(
$resultarray
=
db_fetch_object
(
$result
)
)
{
drupal_set_message
(
"<PRE>fetchimages_getnodelist(): resultarray:
\n
"
.
print_r
(
$resultarray
,
1
)
.
'</PRE>'
)
;
}
taxonomy