Deprecate and remove use of the 'SUBSTRING_FOR_DATE' constant.
With MySQL support removed (b154bc7a10) this constant is unnecessary.
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
|
||||
require_once "autoload.php";
|
||||
|
||||
define('SUBSTRING_FOR_DATE', 'SUBSTRING_FOR_DATE');
|
||||
/** @deprecated use the 'SUBSTRING_FOR_DATE' string directly */
|
||||
const SUBSTRING_FOR_DATE = 'SUBSTRING_FOR_DATE';
|
||||
|
||||
/**
|
||||
* @deprecated by Prefs::get()
|
||||
|
||||
Reference in New Issue
Block a user