diff options
author | friendica <info@friendica.com> | 2014-05-20 20:22:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-20 20:22:38 -0700 |
commit | 71f5908e216c71e7ab379bc15902ddf59b2884ba (patch) | |
tree | 1560bf03acf3fc873f042a0a4a6998b5d3b7bda6 /boot.php | |
parent | fc0967b84b5e1301c0ce3a9a41c00985ce16bc82 (diff) | |
download | volse-hubzilla-71f5908e216c71e7ab379bc15902ddf59b2884ba.tar.gz volse-hubzilla-71f5908e216c71e7ab379bc15902ddf59b2884ba.tar.bz2 volse-hubzilla-71f5908e216c71e7ab379bc15902ddf59b2884ba.zip |
add optional context to translations
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -53,7 +53,6 @@ define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); - define ( 'DIRECTORY_MODE_NORMAL', 0x0000); // This is technically DIRECTORY_MODE_TERTIARY, but it's the default, hence 0x0000 define ( 'DIRECTORY_MODE_PRIMARY', 0x0001); define ( 'DIRECTORY_MODE_SECONDARY', 0x0002); |