
11-15-2008, 05:04 AM
|
|
the fake one
|
 |
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
|
|
|
try for ( temp.dband : d.lists ), and also try echoing (if you haven't for some reason) d.lists to see that it actually is an array.
EDIT: You really should declare your variables as temporary with a temp. prefix anyway, so they aren't global variables. |
|
|
|