mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
modified do not output warming message due to array_flip function
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10265 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bf295c4d07
commit
9830e041a9
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
{@$point_group = array_flip($config->point_group)}
|
||||
{@$point_group = @array_flip($config->point_group)}
|
||||
<h2 class="h2">{$lang->level_point}</h2>
|
||||
<div class="table">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue