diff options
author | friendica <info@friendica.com> | 2013-11-06 17:27:51 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-06 17:27:51 -0800 |
commit | 8b9633e46b7cdd4241e369d8f9cf10cec14956d2 (patch) | |
tree | d495b06da3f4511000813b26b785df7403063978 /boot.php | |
parent | 310ccfda997449dcc08c0d37d194c12b6f929c6d (diff) | |
download | volse-hubzilla-8b9633e46b7cdd4241e369d8f9cf10cec14956d2.tar.gz volse-hubzilla-8b9633e46b7cdd4241e369d8f9cf10cec14956d2.tar.bz2 volse-hubzilla-8b9633e46b7cdd4241e369d8f9cf10cec14956d2.zip |
DB - allow private messages to expire
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1080 ); +define ( 'DB_UPDATE_VERSION', 1081 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |