aboutsummaryrefslogtreecommitdiff
path: root/muamba.business.inc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-10-06 16:22:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-10-06 16:22:12 -0300
commit79c10bc8fd6277ee349872551e314a38605dc66b (patch)
tree7d9401f26aadde61e4402597cdbf16adb355b33a /muamba.business.inc
parent924fb6e2bdcdf46a21684d61d018cc3132dd4f04 (diff)
downloadmuamba-79c10bc8fd6277ee349872551e314a38605dc66b.tar.gz
muamba-79c10bc8fd6277ee349872551e314a38605dc66b.tar.bz2
New functions muamba_current_transaction() and muamba_ongoing()
Diffstat (limited to 'muamba.business.inc')
-rw-r--r--muamba.business.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/muamba.business.inc b/muamba.business.inc
index 708d97e..195409f 100644
--- a/muamba.business.inc
+++ b/muamba.business.inc
@@ -54,14 +54,14 @@ function muamba_actions_available($type = 'sent', $status) {
case MUAMBA_ACCEPTED:
$actions = array(
MUAMBA_RECOVERED,
- MUAMBA_LOST;
+ MUAMBA_LOST,
);
break;
case MUAMBA_RETURNED:
$actions = array(
MUAMBA_RECOVERED,
- MUAMBA_LOST;
+ MUAMBA_LOST,
);
break;