Index: themes/engines/phptemplate/phptemplate.engine
===================================================================
RCS file: /cvs/drupal/drupal/themes/engines/phptemplate/phptemplate.engine,v
retrieving revision 1.26
diff -u -F^f -r1.26 phptemplate.engine
--- themes/engines/phptemplate/phptemplate.engine       2 Feb 2006 12:44:57 -0000       1.26
+++ themes/engines/phptemplate/phptemplate.engine       4 Feb 2006 20:28:12 -0000
@@ -247,6 +247,7 @@ function phptemplate_node($node, $teaser
   $variables = array_merge((array)$node, $variables);

   // Display info only on certain node types.
+  $variables['picture'] = '';
   if (theme_get_setting('toggle_node_info_' . $node->type)) {
     $variables['submitted'] =  t('Submitted by %a on %b.', array('%a' => theme('username', $node), '%b' => format_date($node->created)));
     $variables['picture'] = theme_get_setting('toggle_node_user_picture') ? theme('user_picture', $node) : '';
