CRM-17983, CRM-18401 - Swap loose/strict escaping
authorTim Otten <totten@civicrm.org>
Sat, 23 Apr 2016 03:55:38 +0000 (20:55 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 23 Apr 2016 03:55:38 +0000 (20:55 -0700)
commit537e8cb507f322a9416b361f9f5f1e827670b61f
tree717e44aa03752768e72c8eeb059d4a87b0b155f1
parentb794b580d092c27265db3b6cfe04313126832d91
CRM-17983, CRM-18401 - Swap loose/strict escaping

The old names suggested that loose checking (`MysqlColumnName`) should be
the norm, and strict checking (`MysqlColumnNameStrict`) the exception.
Rather, strict should be the norm.

This also has a functional affect switching the new
`defaultSortAndPagerParams()` to use strict behavior.
CRM/Utils/Rule.php
CRM/Utils/Type.php