Index: nodeasblock.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/nodeasblock/nodeasblock.module,v
retrieving revision 1.8.2.6
diff -r1.8.2.6 nodeasblock.module
279a280,282
>   // The theme system might not yet be initialized.
>   init_theme();
>   $theme = variable_get('theme_default', 'garland');
286c289
<     custom = %d, title = '%s' WHERE module = 'nodeasblock' AND delta = '%s'",
---
>     custom = %d, title = '%s' WHERE module = 'nodeasblock' AND delta = '%s' AND theme = '%s'",
288c291
<     $block['custom'], $block['title'], $node->nid
---
>     $block['custom'], $block['title'], $node->nid, $theme
