]> git.mxchange.org Git - friendica.git/commitdiff
some constants for the db update failure possibilities
authorfriendica <info@friendica.com>
Sun, 29 Apr 2012 00:53:19 +0000 (17:53 -0700)
committerfriendica <info@friendica.com>
Sun, 29 Apr 2012 00:53:19 +0000 (17:53 -0700)
boot.php

index 7564615a5d4aa6ddf72e030415ee0870cc89516d..cfdadcd19bde9052bc1a90dc6c83643e687cb39b 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -73,6 +73,14 @@ define ( 'HOOK_HOOK',      0);
 define ( 'HOOK_FILE',      1);
 define ( 'HOOK_FUNCTION',  2);
 
+/**
+ * DB update return values
+ */
+
+define ( 'UPDATE_SUCCESS', 0);
+define ( 'UPDATE_FAILED',  1);
+
+
 /**
  *
  * page/profile types