aboutsummaryrefslogtreecommitdiff
path: root/muamba.handlers.inc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-10-07 18:01:16 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-10-07 18:01:16 -0300
commit1ead83e432413da9f0828c19a427ad586d5a23b6 (patch)
treeb0b45ae44de2b0cb69f0a587ce9176dd78bd0f3b /muamba.handlers.inc
parentaf9f953bd66ebf3c276a13ff0259519301e2959a (diff)
downloadmuamba-1ead83e432413da9f0828c19a427ad586d5a23b6.tar.gz
muamba-1ead83e432413da9f0828c19a427ad586d5a23b6.tar.bz2
Cleanup
Diffstat (limited to 'muamba.handlers.inc')
-rw-r--r--muamba.handlers.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/muamba.handlers.inc b/muamba.handlers.inc
index 28f5753..16c1f38 100644
--- a/muamba.handlers.inc
+++ b/muamba.handlers.inc
@@ -30,24 +30,3 @@ class views_handler_filter_muamba_status extends views_handler_filter_in_operato
}
}
}
-
-/**
- * Active transactions.
- *
- * @todo
- */
-class views_handler_field_muamba_active extends views_handler_field_boolean {
- /**
- * Override parent::query() and don't alter query.
- */
- function query() {
- $this->field_alias = 'muamba_active_'. $this->position;
- }
-
- /**
- * Renders the field.
- */
- function render($values) {
- parent::render($values);
- }
-}