git-svn-id: http://xe-core.googlecode.com/svn/trunk@322 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-08 03:16:29 +00:00
parent 6e848cb30f
commit e8392161fe
3 changed files with 72 additions and 51 deletions

View file

@ -131,7 +131,6 @@
$buff .= sprintf('$layout_info->extra_var->{%s}->name = "%s";', $var->attrs->id, $var->name->body);
$buff .= sprintf('$layout_info->extra_var->{%s}->type = "%s";', $var->attrs->id, $var->type->body);
$buff .= sprintf('$layout_info->extra_var->{%s}->type = "%s";', $var->attrs->id, $var->type->body);
$options = $var->options->value;
if(!$options) continue;