diff options
author | friendica <info@friendica.com> | 2013-09-18 21:20:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-18 21:22:08 -0700 |
commit | 14f6bf06e7d0dd7a851715bb081e2f2a55d79c2a (patch) | |
tree | 3f0ac480eb7404597f37d48391bbc59bbd5977fc /boot.php | |
parent | e4d2e2200e04c8df699d9a8efade661123ef7ac8 (diff) | |
download | volse-hubzilla-14f6bf06e7d0dd7a851715bb081e2f2a55d79c2a.tar.gz volse-hubzilla-14f6bf06e7d0dd7a851715bb081e2f2a55d79c2a.tar.bz2 volse-hubzilla-14f6bf06e7d0dd7a851715bb081e2f2a55d79c2a.zip |
set default charset of email_header_encode, add ud_flags to indicate which (directory sync) updates have been processed in some way.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ require_once('include/taxonomy.php'); define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1070 ); +define ( 'DB_UPDATE_VERSION', 1071 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |