mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@322 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6e848cb30f
commit
e8392161fe
3 changed files with 72 additions and 51 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue