Index: trunk/core/kernel/processors/main_processor.php =================================================================== diff -u -r3664 -r4029 --- trunk/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 3664) +++ trunk/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 4029) @@ -179,6 +179,22 @@ } /** + * Gets value of specified field from specified prefix_special and set it as parser param + * + * @param Array $params + */ + /*function SetParam($params) + { + // + list($prefix_special, $field_name) = explode(':', $params['src']); + + $object =& $this->Application->recallObject($prefix_special); + $name = $this->SelectParam($params, 'param,name,var'); + + $this->Application->Parser->SetParam($name, $object->GetField($field_name) ); + }*/ + + /** * Compares block parameter with value specified * * @param Array $params