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; }