DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 45 min
ago
weird filefield with mp3 embed object
2 hours 1 min
ago
D6 FAPI Examples
2 hours 30 min
ago
returning to the same code a second time doesn't have the $form_values argument set
6 hours 49 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
security scanner
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
Fix for Do I need them, if so how do I implement them?
View
Download
Fix
July 24, 2008 - 2:08pm — Anonymous
//NEED PLACEHOLDERS HERE???
$query
=
"SELECT node.nid FROM {node} LEFT JOIN {files} ON node.nid=files.nid WHERE node.type='image' AND node.status= 1 ORDER BY node.nid DESC"
;
$result
=
pager_query
(
db_rewrite_sql
(
$query
)
,
20
query placeholders