[Templates] LIST_OPTS in 2.14
Bill Moseley
moseley@hank.org
Wed, 25 Jul 2007 20:47:49 -0700
I have an older application that runs on a machine with TT 2.14.
I checked it out on my laptop running 2.19 and I noticed dates no long
displayed.
Poking around I found that I had setup LIST_OPS vmethods for formating
DateTime objects.
But on my dev machine DateTime objects don't trigger LIST_OPTS
vmethods, but HASH_OPTS. I guess that makes sense.
What was the change that makes DateTime vmethods call HASH_OPTS
instead?
--
Bill Moseley
moseley@hank.org