aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-24 20:42:57 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-24 20:42:57 -0300
commit5cd0054058a718e5694c8542f72f586f06b69fc8 (patch)
tree25c384738c580bd5e9b05a0943be1e79b82dce9d /muamba.module
parent4f15de058dc6dadee6e79d16b441202b54161f02 (diff)
downloadmuamba-5cd0054058a718e5694c8542f72f586f06b69fc8.tar.gz
muamba-5cd0054058a718e5694c8542f72f586f06b69fc8.tar.bz2
Basic working code for an item request
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module5
1 files changed, 5 insertions, 0 deletions
diff --git a/muamba.module b/muamba.module
index 411ee07..445b0c3 100644
--- a/muamba.module
+++ b/muamba.module
@@ -9,6 +9,11 @@
* Definitions.
*/
define('MUAMBA_NODE_TYPE', 'muamba');
+define('MUAMBA_REQUESTED', 0);
+define('MUAMBA_ACCEPTED', 1);
+define('MUAMBA_REJECTED', 2);
+define('MUAMBA_RELEASED', 3);
+define('MUAMBA_RETURNED', 4);
/**
* Implements hook_permission()