Index: branches/1.0.x/units/sections/e_link_tp.php =================================================================== diff -u -N -r12914 -r12973 --- branches/1.0.x/units/sections/e_link_tp.php (.../e_link_tp.php) (revision 12914) +++ branches/1.0.x/units/sections/e_link_tp.php (.../e_link_tp.php) (revision 12973) @@ -24,33 +24,5 @@ return $o; } - - /** - * Variantion of overriding Field method for Link - * - * @param Array $params - * @return string - */ - function Field($params) - { - $object =& $this->getObject($params); - /* @var $object kDBItem */ - - $o = ''; - - // do some custom stuff here - if ( $object->isLoaded() ) { - $o = $object->GetField($this->SelectParam($params, 'name,field') ); #field Formatter applied - -// $o = $object->GetDBField($this->SelectParam($params, 'name,field') ); #field Formatter NOT applied - } - - // in case if no data found - if ($o != '') { - $this->Application->Parser->DataExists = true; - } - - return $o; - } - + } \ No newline at end of file