changed categories::formated_list to formatted_list

This commit is contained in:
Ralf Becker 2002-10-15 13:32:32 +00:00
parent 3693a818bd
commit 4fe754d9a9
2 changed files with 2 additions and 2 deletions

View File

@ -589,7 +589,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

@ -589,7 +589,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;