<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>if I set my $blocks array like this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;case 
'list':<BR>&nbsp;&nbsp;&nbsp;$blocks[0] = array('info' =&gt; 
'name');<BR>&nbsp;&nbsp;&nbsp;$blocks[1] = array('info' =&gt; 
'name');<BR>&nbsp;&nbsp;&nbsp;$blocks[2] = array('info' =&gt; 
'name');<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>only the first one appears on Blocks config 
page</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I just changed to this:</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;</DIV></FONT><FONT face=Arial size=2>
<DIV>&nbsp;&nbsp;&nbsp;$blocks[] = array('info' =&gt; 
'name');<BR>&nbsp;&nbsp;&nbsp;$blocks[] = array('info' =&gt; 
'name');<BR>&nbsp;&nbsp;&nbsp;$blocks[] = array('info' =&gt; 'name');<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>And worked!! All three shows up</DIV>
<DIV>&nbsp;</DIV>
<DIV>I tested with this example, same problem:</DIV>
<DIV>&nbsp;</DIV>
<DIV><A 
href="http://api.drupal.org/api/function/hook_block/6">http://api.drupal.org/api/function/hook_block/6</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Feijó</DIV>
<DIV>&nbsp;</DIV>
<DIV></FONT>&nbsp;</DIV></BODY></HTML>