]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/bp.pl
Merge pull request #6 from cwittmer/fixFSF
[mfinanz.git] / bin / mozilla / bp.pl
index d448685f31f4b53c9a2483ea6ae0fc5541a8806d..78a343852e44cc7888ff56fcc8db5b47e95cfba6 100644 (file)
@@ -24,7 +24,8 @@
 # GNU General Public License for more details.
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1335, USA.
 #======================================================================
 #
 # Batch printing
@@ -135,7 +136,7 @@ sub print {
         print $::locale->text('done');
         $::form->redirect($::locale->text('Marked entries printed!'));
       }
-      ::end_of_request();
+      $::dispatcher->end_request;
     }
   }
 
@@ -198,4 +199,3 @@ sub list_spool {
 }
 
 sub continue { call_sub($::form->{"nextsub"}); }
-