Re: [PATCH] custom format functions -- don't use dynamic variable access

2015-05-23 Thread Roland Winkler
On Thu Nov 20 2014 Eric Abrahamsen wrote: Attached is a patch that changes how variables are accessed by custom field formatting functions. We've been relying on dynamic variable access by those functions, but the variables should probably be passed in as arguments instead. This is really

[PATCH] custom format functions -- don't use dynamic variable access

2014-11-19 Thread Eric Abrahamsen
Attached is a patch that changes how variables are accessed by custom field formatting functions. We've been relying on dynamic variable access by those functions, but the variables should probably be passed in as arguments instead. Eric From 8233febf7614290f3375c56ef4be4ceceb9da196 Mon Sep 17