mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 01:42:14 +09:00
Issue 2377: Admin Ui Refactoring - Settings - File Box
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11561 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6d447ffc8b
commit
01462039b6
10 changed files with 306 additions and 139 deletions
|
|
@ -1521,10 +1521,15 @@
|
|||
|
||||
function unserializeAttributes($module_filebox_list)
|
||||
{
|
||||
if(is_array($module_filebox_list))
|
||||
if(is_array($module_filebox_list->data))
|
||||
{
|
||||
foreach($module_filebox_list->data as $item)
|
||||
foreach($module_filebox_list->data as &$item)
|
||||
{
|
||||
if(empty($item->comment))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
$attributes = explode(';', $item->comment);
|
||||
foreach($attributes as $attribute){
|
||||
$values = explode(':', $attribute);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue