0
votes
What’s wrong with this gmail contact importer script for Drupal?
Without testing it directly, I would try replacing lines 96 - 104 with this:
$mnode = $enodes->item(0);
if (isset($mnode) && is_object($mnode)) {
$email = $mnode-> …
2
votes
Drupal for users creating “sub”-users?
You should be able to do much of you want using roles, permissions and the Subuser module for Drupal 6.
…
