DrupalBin
Submit Code
About
Recent Posts
Problemas com o submit
Fix for extranet
extranet
Fix for drush make snippet for apachesolr library
Fix for Embedding Google Maps, use object instead of iframe with XHTML Strict
Code
Serializable closures
Closures in menu item arguments
dpr($content['field_headshot'])
Fix for Git push error
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
last login
Number of nodes of specific type created since last login
December 11, 2008 - 12:43pm — Anonymous
SELECT
COUNT
(
1
)
FROM
{
nodes
}
n
WHERE
n.created
>
(
SELECT
login
FROM
{
users
}
u
WHERE
uid
=
%
d
)
AND
n.
type
=
'
%
s'
count
last login
mysql
node
user