? patch.diff
Index: phptemplate.engine
===================================================================
RCS file: /cvs/drupal/drupal/themes/engines/phptemplate/phptemplate.engine,v
retrieving revision 1.28
diff -u -p -r1.28 phptemplate.engine
--- phptemplate.engine	16 Feb 2006 15:43:23 -0000	1.28
+++ phptemplate.engine	24 Feb 2006 08:00:39 -0000
@@ -239,7 +239,8 @@ function phptemplate_node($node, $teaser
     'taxonomy'       => $taxonomy,
     'teaser'         => $teaser,
     'terms'          => theme('links', $taxonomy),
-    'title'          => check_plain($node->title)
+    'title'          => check_plain($node->title),
+    'picture'        => '',
   );
 
   // Flatten the node object's member fields.
