[AppDB] - GetOutputEditorValues() to take an array of values as input

Chris Morgan cmorgan at alum.wpi.edu
Fri Jul 7 17:18:00 CDT 2006


Classes were frequently reading directly from $_REQUEST in the 
GetOutputEditorValues() calls.  This was making the switch to filtering 
complex because filtering destroys the values in $_REQUEST after performing 
filtering.

Have GetOutputEditorValues() take an external input.  This lets us use any 
array we choose as the source of the input values thereby preventing the 
necessity to use 'global $aClean' in GetOutputEditorValues() functions and 
allowing us to continue enabling filtering on a per-file basis rather than in 
one big bang.

Chris

-------------- next part --------------
A non-text attachment was scrubbed...
Name: GetOutputEditValues_take_input.patch
Type: text/x-diff
Size: 20946 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060707/640a7237/GetOutputEditValues_take_input-0001.patch


More information about the wine-patches mailing list