diff options
author | friendica <info@friendica.com> | 2013-06-27 19:35:59 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-27 19:35:59 -0700 |
commit | cdc66da52fb985c33e27b955324dd977830a1d8c (patch) | |
tree | 6896bf8d57b224231ec2a8c9fe4b84893b883cd3 /boot.php | |
parent | 230aeb782eaea85626640d14f5949606de73d502 (diff) | |
download | volse-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-x | boot.php | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 ); |