aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-06-27 19:35:59 -0700
committerfriendica <info@friendica.com>2013-06-27 19:35:59 -0700
commitcdc66da52fb985c33e27b955324dd977830a1d8c (patch)
tree6896bf8d57b224231ec2a8c9fe4b84893b883cd3 /boot.php
parent230aeb782eaea85626640d14f5949606de73d502 (diff)
downloadvolse-hubzilla-cdc66da52fb985c33e27b955324dd977830a1d8c.tar.gz
volse-hubzilla-cdc66da52fb985c33e27b955324dd977830a1d8c.tar.bz2
volse-hubzilla-cdc66da52fb985c33e27b955324dd977830a1d8c.zip
Basic ability to create "things"
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/boot.php b/boot.php
index 9ff4bad7a..7106fd18f 100755
--- a/boot.php
+++ b/boot.php
@@ -43,7 +43,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', 1046 );
+define ( 'DB_UPDATE_VERSION', 1047 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
@@ -322,10 +322,7 @@ define ( 'TERM_CATEGORY', 3 );
define ( 'TERM_PCATEGORY', 4 );
define ( 'TERM_FILE', 5 );
define ( 'TERM_SAVEDSEARCH', 6 );
-define ( 'TERM_HAVETHING', 7 );
-define ( 'TERM_WANTTHING', 8 );
-define ( 'TERM_LIKETHING', 9 );
-define ( 'TERM_NOLIKETHING', 10 );
+define ( 'TERM_THING', 7 );
define ( 'TERM_OBJ_POST', 1 );
define ( 'TERM_OBJ_PHOTO', 2 );