From 6a2e644a87957821021f1b748448a72a38ef642b Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 23 May 2013 18:50:27 -0700 Subject: more progress on items_fetch (new name) --- boot.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index c9d0f7fe6..817881c3f 100755 --- a/boot.php +++ b/boot.php @@ -155,6 +155,12 @@ define ( 'UPDATE_SUCCESS', 0); define ( 'UPDATE_FAILED', 1); + +define ( 'CLIENT_MODE_NORMAL', 0x0000); +define ( 'CLIENT_MODE_LOAD', 0x0001); +define ( 'CLIENT_MODE_UPDATE', 0x0002); + + /** * * page/profile types -- cgit v1.2.3