From d5573d1d4ed6d193aee69956cc4403186a015e2f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 19 Jun 2015 15:30:18 +0200 Subject: rename (sched|current)_info to (regular|current)_notes --- bin/efa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/efa b/bin/efa index d28f32c..c69d8ab 100755 --- a/bin/efa +++ b/bin/efa @@ -145,13 +145,13 @@ sub display_connection { $c->delay, $c->departure_stime, $c->arrival_stime ); } - for my $extra ( $c->sched_info ) { + for my $extra ( $c->regular_notes ) { if ( not( length $ignore_info and $extra =~ /$ignore_info/i ) ) { say "# $extra"; } } - for my $notice ( $c->current_info ) { + for my $notice ( $c->current_notes ) { if ( $notice->{subtitle} ne $notice->{subject} ) { printf( "# %s - %s\n", $notice->{subtitle}, $notice->{subject} ); } -- cgit v1.2.3