diff options
author | friendica <info@friendica.com> | 2012-04-28 17:53:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-28 17:53:19 -0700 |
commit | 356bd9b04ad5378b19d4aa8b25ccab178491df34 (patch) | |
tree | 573bccf7079bcbcbed1f901f9a1382fe195d2510 | |
parent | 7919d00399e199c34a50f87fd10101d0d8f6f021 (diff) | |
download | volse-hubzilla-356bd9b04ad5378b19d4aa8b25ccab178491df34.tar.gz volse-hubzilla-356bd9b04ad5378b19d4aa8b25ccab178491df34.tar.bz2 volse-hubzilla-356bd9b04ad5378b19d4aa8b25ccab178491df34.zip |
some constants for the db update failure possibilities
-rw-r--r-- | boot.php | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 * |