[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [1952] trunk/LedgerSMB/Form.pm



Revision: 1952
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1952&view=rev
Author:   einhverfr
Date:     2007-12-05 12:25:45 -0800 (Wed, 05 Dec 2007)

Log Message:
-----------
Updating POD for all_years change.

Modified Paths:
--------------
    trunk/LedgerSMB/Form.pm

Modified: trunk/LedgerSMB/Form.pm
===================================================================
--- trunk/LedgerSMB/Form.pm	2007-12-05 20:02:11 UTC (rev 1951)
+++ trunk/LedgerSMB/Form.pm	2007-12-05 20:25:45 UTC (rev 1952)
@@ -2058,8 +2058,7 @@
 
 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 @@
 
 sub all_years {
 
-    my ( $self, $myconfig, $dbh2 ) = @_;
+    my ( $self, $myconfig ) = @_;
 
     my $dbh = $self->{dbh};
     $self->{all_years} = [];


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.