From 9ac32c49e2a2da61752b895fd669dcb272f3ff2d Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 11 Jul 2012 17:54:00 -0700 Subject: move saved searches to new taxonomy --- boot.php | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index e50941f8b..55f18432a 100644 --- a/boot.php +++ b/boot.php @@ -199,12 +199,14 @@ define ( 'NOTIFY_SYSTEM', 0x8000 ); * Tag/term types */ -define ( 'TERM_UNKNOWN', 0 ); -define ( 'TERM_HASHTAG', 1 ); -define ( 'TERM_MENTION', 2 ); -define ( 'TERM_CATEGORY', 3 ); -define ( 'TERM_PCATEGORY', 4 ); -define ( 'TERM_FILE', 5 ); +define ( 'TERM_UNKNOWN', 0 ); +define ( 'TERM_HASHTAG', 1 ); +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 ); -- cgit v1.2.3