Method documentation. Remove freeResult call

This commit is contained in:
Sam Reed 2011-02-11 11:28:58 +00:00
parent e45dfe21c4
commit e1e45855eb

View file

@ -496,7 +496,7 @@ class CategoryTree {
/**
* Returns a string with an HTML representation of the parents of the given category.
* $title must be a Title object
* @var $title Title
*/
function renderParents( $title ) {
global $wgCategoryTreeMaxChildren;
@ -545,8 +545,6 @@ class CategoryTree {
$s .= "\n\t\t";
}
$dbr->freeResult( $res );
return $s;
}