diff options
author | friendica <info@friendica.com> | 2014-02-25 19:48:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-25 19:48:13 -0800 |
commit | e7e97e578b3069b8d24ea2a18ce4d3648b402ca3 (patch) | |
tree | a2fce103f82322b6680b6ac7207ca080c53f29cb /boot.php | |
parent | 2c72e49d1f63404b464f284d86ce2dce7f2eb493 (diff) | |
download | volse-hubzilla-e7e97e578b3069b8d24ea2a18ce4d3648b402ca3.tar.gz volse-hubzilla-e7e97e578b3069b8d24ea2a18ce4d3648b402ca3.tar.bz2 volse-hubzilla-e7e97e578b3069b8d24ea2a18ce4d3648b402ca3.zip |
put bookmarked chatrooms into poco
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', 1100 ); +define ( 'DB_UPDATE_VERSION', 1101 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |