From 8a197707a1d446d5a5b882b5135e4ca05e5b1f40 Mon Sep 17 00:00:00 2001
From: ceb <ceb@alumni.egroupware.org>
Date: Tue, 15 Oct 2002 21:41:26 +0000
Subject: [PATCH] update function call

---
 phpgwapi/inc/class.nextmatchs.inc.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/phpgwapi/inc/class.nextmatchs.inc.php b/phpgwapi/inc/class.nextmatchs.inc.php
index 85ff6310e3..1672a05a1d 100644
--- a/phpgwapi/inc/class.nextmatchs.inc.php
+++ b/phpgwapi/inc/class.nextmatchs.inc.php
@@ -209,7 +209,7 @@
 				'lang_all'      => lang('All'),
 				'lang_select'   => lang('Select'),
 				'cat_field'     => $cat_field,
-				'categories'    => $cats->formated_list('select','all',$cat_id,'True'),
+				'categories'    => $cats->formatted_list('select','all',$cat_id,'True'),
 				'filter_value'  => $filter,
 				'qfield'        => $qfield,
 				'start_value'   => $start,
@@ -430,7 +430,7 @@
 				'lang_all'      => lang('All'),
 				'lang_select'   => lang('Select'),
 				'cat_field'     => $cat_field,
-				'categories'    => $cats->formated_list('select','all',$cat_id,'True'),
+				'categories'    => $cats->formatted_list('select','all',$cat_id,'True'),
 				'filter_value'  => $filter,
 				'qfield'        => $qfield,
 				'start_value'   => $start,