46d45
<     'teaser' => '0',
104,109d102
<       $form["recent_blocks_$delta"]["general"]["teaser"] = array(
<         '#type' => 'checkbox',
<         '#title' => t('Show teaser'),
<         '#description' => t('Show the node\'s teaser'),
<         '#default_value' => $settings["teaser"],
<       );
256,261d248
<     if ($s['teaser']) {
< 	  $teaser = ' r.teaser,';
<     } else {
< 	  $teaser = '';
<     }
<  
272,274c259,262
<     $sql = "SELECT n.nid, n.title,$teaser n.uid, n.created, n.changed, l.last_comment_timestamp, GREATEST(n.changed, l.last_comment_timestamp) AS last_change, l.comment_count".
<             " FROM {node} n, {node_comment_statistics} l, {node_revisions} r".
<             " WHERE n.nid = l.nid AND n.nid = r.nid AND $common_where AND $wow_comments".
---
> 
>     $sql = "SELECT n.nid, n.title, n.uid, n.created, n.changed, l.last_comment_timestamp, GREATEST(n.changed, l.last_comment_timestamp) AS last_change, l.comment_count".
>             " FROM {node} n, {node_comment_statistics} l".
>             " WHERE n.nid = l.nid AND $common_where AND $wow_comments".
288,289c276
<       $item = l($node->title, "node/$node->nid") . 
<         ($s['teaser'] ? t($node->teaser) : '') . 
---
>       $item = l($node->title, "node/$node->nid") .
347d333
<     t('teaser'),
368d353
<       $settings['teaser'],
