changed formated_list to formatted_list

This commit is contained in:
Ralf Becker 2003-03-01 15:44:58 +00:00
parent d0dc2f5762
commit 864fad3bd7
3 changed files with 3 additions and 3 deletions

View File

@ -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 .= '</select>'."\n";
return $cats_link;
}

View File

@ -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 .= '</select>' . "\n";
return $cats_link;
}

View File

@ -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 .= '</select>'."\n";
return $cats_link;
}