From 0db9358fe8e172576d40efcd3d70e3281409ef5f Mon Sep 17 00:00:00 2001 From: einhverfr Date: Wed, 5 Dec 2007 20:25:45 +0000 Subject: Updating POD for all_years change. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1952 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/Form.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'LedgerSMB/Form.pm') diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index 059b7b99..39648086 100644 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -2058,8 +2058,7 @@ sub all_languages { Populates the hash $form->{all_month} with a mapping between a two-digit month number and the English month name. Populates the list $form->{all_years} with -the years between the year of the oldest transaction date in acc_trans and the -newest, inclusive. +all years which contain transactions. $dbh2 is unused. @@ -2067,7 +2066,7 @@ $dbh2 is unused. sub all_years { - my ( $self, $myconfig, $dbh2 ) = @_; + my ( $self, $myconfig ) = @_; my $dbh = $self->{dbh}; $self->{all_years} = []; -- cgit v1.2.3