Revision b184cc2b
Von Thomas Heck vor fast 12 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
209 | 209 |
addr_city business_id |
210 | 210 |
), "$form->{db}number", |
211 | 211 |
map({ "cvar_$_->{name}" } @searchable_custom_variables), |
212 |
map({'cvar_'. $_->{name} .'_qtyop'} grep({$_->{type} eq 'number'} @searchable_custom_variables)), |
|
212 | 213 |
map({ "l_$_" } @columns), |
213 | 214 |
); |
214 | 215 |
|
Auch abrufbar als: Unified diff
Bei numerischen CVars die Filteroptionen mit übergeben.
fixt #1864