(2003-2009) * @author Froxlor team (2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Functions * */ function getFormFieldOutputHiddenString($fieldname, $fielddata) { $label = $fielddata['label']; $value = htmlentities($fielddata['value']); eval("\$returnvalue = \"" . getTemplate("formfields/hiddenstring", true) . "\";"); return $returnvalue; }