De-hack additional operators being added for report class only
authoreileen <eileen@fuzion.co.nz>
Wed, 8 May 2013 22:03:49 +0000 (10:03 +1200)
committereileen <eileen@fuzion.co.nz>
Wed, 8 May 2013 23:10:18 +0000 (11:10 +1200)
commitbc3f7f04088ca5a45b38a23fc1c4f23fe2c7af5f
tree5274851ec246188138589d5e3b631349f70896d6
parentd12de91cf2e8fa5ab936b5654cbeb917d75d8a2e
De-hack additional operators being added for report class only

The buildDate range function is called about 20 times with no additional
operators being added & twice with them being added. But the default
behaviour was to add them. This makes the default behaviour NOT to add
them & makes the one class that does add them take responsibility for
passing them in rather than a round about method of deriving them
CRM/Case/BAO/Query.php
CRM/Contribute/BAO/Query.php
CRM/Core/Form/Date.php
CRM/Event/BAO/Query.php
CRM/Mailing/BAO/Query.php
CRM/Mailing/Form/Search.php
CRM/Member/BAO/Query.php
CRM/Pledge/BAO/Query.php
CRM/Report/Form.php