* @license GPLv2 http://files.syscp.org/misc/COPYING.txt * @package Functions * @version $Id$ */ function getFormFieldOutputString($fieldname, $fielddata) { $label = $fielddata['label']; $value = htmlentities($fielddata['value']); eval("\$returnvalue = \"" . getTemplate("formfields/string", true) . "\";"); return $returnvalue; }