summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-09 04:16:50 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-09 04:16:50 -0500
commit7a5d7c06cd271438e2feb95f93d83a3bb62ad71e (patch)
treeaea002b3305c16f0ee03d43f0c84bc81a1ed6191
parentfe381295cb56f327421934baf7dc749effd6b307 (diff)
downloadapp-hiveminder-7a5d7c06cd271438e2feb95f93d83a3bb62ad71e.tar.gz
app-hiveminder-7a5d7c06cd271438e2feb95f93d83a3bb62ad71e.zip
jifty doesn't support this yet
-rw-r--r--lib/App/Hiveminder/Utils.pm7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/App/Hiveminder/Utils.pm b/lib/App/Hiveminder/Utils.pm
index ab9cfd0..47ab398 100644
--- a/lib/App/Hiveminder/Utils.pm
+++ b/lib/App/Hiveminder/Utils.pm
@@ -100,12 +100,7 @@ sub parse_args { # {{{
next;
}
- if (defined $ret->{$filter{name}}) {
- push @{ $ret->{$filter{name}} }, $word;
- }
- else {
- $ret->{$filter{name}} = [$word];
- }
+ $ret->{$filter{name}} = $word;
$filter{name} = '';
}
}