]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Changing the tag system to the "term" table.
[friendica.git] / boot.php
index 7bd0fec4db307377a1277990bc0add0cb2b349fb..6864e533d8872cc924020822cf8b57586c0b3a2c 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -204,10 +204,11 @@ define ( 'NOTIFY_SYSTEM',   0x8000 );
 
 define ( 'TERM_UNKNOWN',   0 );
 define ( 'TERM_HASHTAG',   1 );
-define ( 'TERM_MENTION',   2 );   
+define ( 'TERM_MENTION',   2 );
 define ( 'TERM_CATEGORY',  3 );
 define ( 'TERM_PCATEGORY', 4 );
 define ( 'TERM_FILE',      5 );
+define ( 'TERM_SAVEDSEARCH', 6 );
 
 define ( 'TERM_OBJ_POST',  1 );
 define ( 'TERM_OBJ_PHOTO', 2 );