aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-28 17:53:19 -0700
committerfriendica <info@friendica.com>2012-04-28 17:53:19 -0700
commit356bd9b04ad5378b19d4aa8b25ccab178491df34 (patch)
tree573bccf7079bcbcbed1f901f9a1382fe195d2510 /boot.php
parent7919d00399e199c34a50f87fd10101d0d8f6f021 (diff)
downloadvolse-hubzilla-356bd9b04ad5378b19d4aa8b25ccab178491df34.tar.gz
volse-hubzilla-356bd9b04ad5378b19d4aa8b25ccab178491df34.tar.bz2
volse-hubzilla-356bd9b04ad5378b19d4aa8b25ccab178491df34.zip
some constants for the db update failure possibilities
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 7564615a5..cfdadcd19 100644
--- a/boot.php
+++ b/boot.php
@@ -74,6 +74,14 @@ define ( 'HOOK_FILE', 1);
define ( 'HOOK_FUNCTION', 2);
/**
+ * DB update return values
+ */
+
+define ( 'UPDATE_SUCCESS', 0);
+define ( 'UPDATE_FAILED', 1);
+
+
+/**
*
* page/profile types
*