1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Removed debug info from last commit.

This commit is contained in:
Cameron
2014-09-05 13:22:47 -07:00
parent 1096302c35
commit 7d5fa8ca70

View File

@@ -1128,7 +1128,7 @@ class e_form
$options = $this->format_options('textarea', $name, $options);
print_a($options);
// print_a($options);
//never allow id in format name-value for text fields
return "<textarea name='{$name}' rows='{$rows}' cols='{$cols}'".$this->get_attributes($options, $name).">{$value}</textarea>".(false !== $counter ? $this->hidden('__'.$name.'autoheight_opt', $counter) : '');
}