On Wed, Oct 19, 2005 at 11:34:36AM -0400, Jeremy Muhlich wrote: > On Wed, 2005-10-19 at 09:55 -0400, Dan Boger wrote: > > Peeron2::Sets can't SELECT id, id, setnumber, setrev, name, theme, year, > > pcs, figs, picture, msrp, instructions, inventory > > FROM SETS > > WHERE ( ID = ? ) > > : Not an ARRAY reference at /usr/home/peeron/lib/modules/Class/DBI.pm > > line 1126. > > at /usr/home/peeron/lib/modules/Class/DBI/AbstractSearch.pm line 32 > > What are you passing to the offending search_where() call in > Peeron2/Sets.pm?
Just a single search param: my @res = Peeron2::Sets->search_where(ID => $setid); -- Dan Boger [EMAIL PROTECTED] _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

