diff options
author | friendica <info@friendica.com> | 2014-08-28 16:56:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-28 16:56:13 -0700 |
commit | 53b5cf7f507df53d3e382b6714caacf9551ed6db (patch) | |
tree | 58a0ca038fc7db0f3a2218559bee219cf0b34fa1 /boot.php | |
parent | f526a10f07086ffeb5018b913916827a556f2fa1 (diff) | |
download | volse-hubzilla-53b5cf7f507df53d3e382b6714caacf9551ed6db.tar.gz volse-hubzilla-53b5cf7f507df53d3e382b6714caacf9551ed6db.tar.bz2 volse-hubzilla-53b5cf7f507df53d3e382b6714caacf9551ed6db.zip |
Ability to close comments at a certain date/time - needed for loom.io emulation (and many other uses)
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1127 ); +define ( 'DB_UPDATE_VERSION', 1128 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |