diff options
author | friendica <info@friendica.com> | 2013-05-23 18:50:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-23 18:50:27 -0700 |
commit | 6a2e644a87957821021f1b748448a72a38ef642b (patch) | |
tree | 61648abd176c459e7e785775a26cc34fda2ac012 /boot.php | |
parent | c721c3a20e17783835672365ce56fe64876002c7 (diff) | |
download | volse-hubzilla-6a2e644a87957821021f1b748448a72a38ef642b.tar.gz volse-hubzilla-6a2e644a87957821021f1b748448a72a38ef642b.tar.bz2 volse-hubzilla-6a2e644a87957821021f1b748448a72a38ef642b.zip |
more progress on items_fetch (new name)
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |