* Removed empty comments
This commit is contained in:
parent
6a24bc45f2
commit
f8bb98067e
1 changed files with 0 additions and 13 deletions
|
|
@ -6,30 +6,17 @@
|
|||
* @subpackage Parser
|
||||
*/
|
||||
|
||||
/** */
|
||||
define('DF_ALL', -1);
|
||||
/** */
|
||||
define('DF_NONE', 0);
|
||||
/** */
|
||||
define('DF_MDY', 1);
|
||||
/** */
|
||||
define('DF_DMY', 2);
|
||||
/** */
|
||||
define('DF_YMD', 3);
|
||||
/** */
|
||||
define('DF_ISO1', 4);
|
||||
/** */
|
||||
define('DF_LASTPREF', 4);
|
||||
|
||||
/** */
|
||||
define('DF_ISO2', 5);
|
||||
/** */
|
||||
define('DF_YDM', 6);
|
||||
/** */
|
||||
define('DF_DM', 7);
|
||||
/** */
|
||||
define('DF_MD', 8);
|
||||
/** */
|
||||
define('DF_LAST', 8);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue