mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 2524 Button delete from database issue fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11825 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a8a82d7066
commit
cccb08a1f1
1 changed files with 14 additions and 0 deletions
|
|
@ -508,6 +508,20 @@
|
|||
unset($item_info->group_srls);
|
||||
}
|
||||
|
||||
// Button delete check
|
||||
if($args->isNormalDelete == 'Y')
|
||||
{
|
||||
$item_info->normal_btn = '';
|
||||
}
|
||||
if($args->isHoverDelete == 'Y')
|
||||
{
|
||||
$item_info->hover_btn = '';
|
||||
}
|
||||
if($args->isActiveDelete == 'Y')
|
||||
{
|
||||
$item_info->active_btn == '';
|
||||
}
|
||||
|
||||
$output = executeQuery('menu.updateMenuItem', $item_info);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue