Index: branches/RC/core/units/categories/categories_tag_processor.php =================================================================== diff -u -N -r10908 -r10920 --- branches/RC/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 10908) +++ branches/RC/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 10920) @@ -770,7 +770,6 @@ return $this->Application->HREF($t, '', $params); } - /** * Returns spelling suggestions against search keyword * @@ -848,7 +847,13 @@ return $this->Application->ProcessParsedTag('m', 'Link', $params); } - + /*function PageBrowseLink($params) + { + $object =& $this->Application->recallObject( $this->getPrefixSpecial(), $this->Prefix, $params ); + $template = $object->GetDBField('NamedParentPath'); + $url_params = Array('admin' => 1, 'pass' => 'm', 'index_file' => 'index.php'); + return $this->Application->HREF($template,'_FRONT_END_', $url_params); + }*/ } ?> \ No newline at end of file