aboutsummaryrefslogtreecommitdiff
path: root/muamba.module
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-10-06 14:51:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-10-06 14:51:42 -0300
commit6ac290695fc15a0c81260d172b1e9d7f54f1a715 (patch)
tree33eb1ee2ac70614c9799effafdebdab202c5b6b8 /muamba.module
parent12f55f534e67ca29e16c83c089b614022ea0ac0b (diff)
downloadmuamba-6ac290695fc15a0c81260d172b1e9d7f54f1a715.tar.gz
muamba-6ac290695fc15a0c81260d172b1e9d7f54f1a715.tar.bz2
Fixing cancel action/status
Diffstat (limited to 'muamba.module')
-rw-r--r--muamba.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/muamba.module b/muamba.module
index fa72412..fd6fd74 100644
--- a/muamba.module
+++ b/muamba.module
@@ -14,7 +14,7 @@ define('MUAMBA_ACCEPTED', 1);
define('MUAMBA_REJECTED', 2);
define('MUAMBA_RELEASED', 3);
define('MUAMBA_RETURNED', 4);
-define('MUAMBA_CANCELLED', 4);
+define('MUAMBA_CANCELLED', 5);
// Load requirements.
include_once('muamba.misc.inc');