From 864fad3bd76dee8d014fd5e6b3fba80eacbbc1f3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 1 Mar 2003 15:44:58 +0000 Subject: [PATCH] changed formated_list to formatted_list --- addressbook/inc/class.uiXport.inc.php | 2 +- addressbook/inc/class.uiaddressbook.inc.php | 2 +- addressbook/inc/functions.inc.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addressbook/inc/class.uiXport.inc.php b/addressbook/inc/class.uiXport.inc.php index fc63f90ab3..4f70be137a 100644 --- a/addressbook/inc/class.uiXport.inc.php +++ b/addressbook/inc/class.uiXport.inc.php @@ -74,7 +74,7 @@ } /* Get global and app-specific category listings */ - $cats_link .= $this->cat->formated_list('select','all',$cat_id,True); + $cats_link .= $this->cat->formatted_list('select','all',$cat_id,True); $cats_link .= ''."\n"; return $cats_link; } diff --git a/addressbook/inc/class.uiaddressbook.inc.php b/addressbook/inc/class.uiaddressbook.inc.php index 12febd8c91..e5f2a45ec1 100644 --- a/addressbook/inc/class.uiaddressbook.inc.php +++ b/addressbook/inc/class.uiaddressbook.inc.php @@ -168,7 +168,7 @@ } /* Get global and app-specific category listings */ - $cats_link .= $this->cat->formated_list('select','all',$cat_id,True); + $cats_link .= $this->cat->formatted_list('select','all',$cat_id,True); $cats_link .= '' . "\n"; return $cats_link; } diff --git a/addressbook/inc/functions.inc.php b/addressbook/inc/functions.inc.php index f0d617e62b..cba49654ef 100755 --- a/addressbook/inc/functions.inc.php +++ b/addressbook/inc/functions.inc.php @@ -62,7 +62,7 @@ } /* Get global and app-specific category listings */ - $cats_link .= $phpgw->categories->formated_list('select','all',$cat_id,True); + $cats_link .= $phpgw->categories->formatted_list('select','all',$cat_id,True); $cats_link .= ''."\n"; return $cats_link; }