On Sun, Mar 29, 2009 at 07:52:27AM -0400, Jesse Sheidlower wrote:
> [% WHILE (tuning = tunings.next) %]  

Have you used tunings anywhere else? A common mistake I make is to loop
through a resultset $somewhere_else, draining it of records.

Does

 [% CALL tunings.reset %]

before the WHILE make any difference?

Chiz
-- 
Chisel Wright
e: chi...@herlpacker.co.uk
w: http://www.herlpacker.co.uk/

  clique: (n) group of people who disagree with the original poster

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to