aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-26 21:11:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-26 21:11:41 -0300
commit461a0d5737e8aec766758c9887904d53eb177e8f (patch)
treeeecf527ea1642577a3d1a225c3cfc4fe572bf4d3 /muamba.module
parent8bc407811575c36fc24dda235e263e9366efbe1e (diff)
downloadmuamba-461a0d5737e8aec766758c9887904d53eb177e8f.tar.gz
muamba-461a0d5737e8aec766758c9887904d53eb177e8f.tar.bz2
Adding more transaction logic
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/muamba.module b/muamba.module
index 9588dac..6476093 100644
--- a/muamba.module
+++ b/muamba.module
@@ -14,6 +14,7 @@ define('MUAMBA_ACCEPTED', 1);
define('MUAMBA_REJECTED', 2);
define('MUAMBA_RELEASED', 3);
define('MUAMBA_RETURNED', 4);
+define('MUAMBA_CANCELLED', 4);
/**
* Implements hook_permission()