Skip to content

Commit

Permalink
Fix previous change.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 20, 2015
1 parent 5f700c1 commit 3497267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/create_lists
Expand Up @@ -20,8 +20,8 @@ my $delay = 1;
if (@ARGV) {
$con_rs = $sch->resultset('Constituency')->search({
mapit_id => \@ARGV,
$delay = 0;
});
$delay = 0;
} else {
$con_rs = $sch->resultset('Constituency');
}
Expand Down

0 comments on commit 3497267

Please sign in to comment.