mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 70 document, comment, trackback module UI change.
But not finished yet git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8639 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5385ebb524
commit
9acd474c52
37 changed files with 1125 additions and 830 deletions
|
|
@ -102,6 +102,20 @@
|
|||
}
|
||||
}
|
||||
|
||||
function procCommentAdminAddCart()
|
||||
{
|
||||
$comment_srl = Context::get('comment_srl');
|
||||
$commentSrlList = explode(',', $comment_srl);
|
||||
|
||||
if(is_array($commentSrlList))
|
||||
{
|
||||
foreach($commentSrlList AS $key=>$value)
|
||||
{
|
||||
$_SESSION['comment_management'][$value] = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief delete all comments of the specific module
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue