Index: branches/RC/core/kernel/db/db_tag_processor.php =================================================================== diff -u -r9657 -r9713 --- branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 9657) +++ branches/RC/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 9713) @@ -2056,13 +2056,11 @@ /** * Performs image resize to required dimensions and returns resulting url (cached resized image) - * Do not uncomment this method, because kCatDBTagProcessor uses same method, - * but it is invoked via aggregated tag, which brokes down, when this method is uncommented * * @param Array $params * @return string */ - /*function ImageSrc($params) + function ImageSrc($params) { $max_width = isset($params['MaxWidth']) ? $params['MaxWidth'] : false; $max_height = isset($params['MaxHeight']) ? $params['MaxHeight'] : false; @@ -2074,7 +2072,7 @@ $field = $this->SelectParam($params, 'name,field'); return $object->GetField($field, 'resize:'.$max_width.'x'.$max_height.';wm:'.$logo_filename.'|'.$logo_h_margin.'|'.$logo_v_margin); - }*/ + } } ?> \ No newline at end of file