From 461a0d5737e8aec766758c9887904d53eb177e8f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 26 Sep 2011 21:11:41 -0300 Subject: Adding more transaction logic --- muamba.module | 1 + 1 file changed, 1 insertion(+) (limited to 'muamba.module') 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() -- cgit v1.2.3