CRM-16373 - Config - Remove `maxImportFileSize`
authorTim Otten <totten@civicrm.org>
Mon, 17 Aug 2015 01:33:53 +0000 (18:33 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 17 Aug 2015 01:57:50 +0000 (18:57 -0700)
commiteac3cc50a2b7859379e23aaa7ed90e8a032f126b
treea570c5340f07131e6a4023c1f3a0dca1822d7c0a
parent06489f3efcf2c732adf86ab38fa384348b6a706d
CRM-16373 - Config - Remove `maxImportFileSize`

This variable does not appear to be used.

From grepping, it seems that perhaps it was used at once point, but the
major elements of it were moved to a helper function, and now that function
is used multiple places.
CRM/Core/Config/Defaults.php
CRM/Core/Config/Variables.php