diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-09-17 10:31:13 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-09-17 10:31:13 +0200 |
commit | dcacfc1124457c9d86bf0fa876829abb4701fbff (patch) | |
tree | 7d234920470ba97b58eaeaf2dadffe4a0217c06a /boot.php | |
parent | 2f6cb764a4670f848123153e44d6aa58d6ab01b7 (diff) | |
parent | 593a5072d9b738ea036167f15776f90e829a1e64 (diff) | |
download | volse-hubzilla-dcacfc1124457c9d86bf0fa876829abb4701fbff.tar.gz volse-hubzilla-dcacfc1124457c9d86bf0fa876829abb4701fbff.tar.bz2 volse-hubzilla-dcacfc1124457c9d86bf0fa876829abb4701fbff.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.7.3' ); define ( 'ZOT_REVISION', '6.0a' ); -define ( 'DB_UPDATE_VERSION', 1219 ); +define ( 'DB_UPDATE_VERSION', 1220 ); define ( 'PROJECT_BASE', __DIR__ ); @@ -424,6 +424,7 @@ define ( 'TERM_BOOKMARK', 8 ); define ( 'TERM_HIERARCHY', 9 ); define ( 'TERM_COMMUNITYTAG', 10 ); define ( 'TERM_FORUM', 11 ); +define ( 'TERM_EMOJI', 12 ); define ( 'TERM_OBJ_POST', 1 ); define ( 'TERM_OBJ_PHOTO', 2 ); |