mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Remove trailing whitespace
This commit is contained in:
parent
c5267b42fd
commit
37b0d3a1e6
71 changed files with 806 additions and 806 deletions
|
|
@ -16,7 +16,7 @@ class tagController extends tag
|
|||
{
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
$tag_list = tagModel::splitString($obj->tags ?? '');
|
||||
if (count($tag_list))
|
||||
{
|
||||
|
|
@ -30,7 +30,7 @@ class tagController extends tag
|
|||
|
||||
/**
|
||||
* Replace all tags belonging to a document with a new list of tags.
|
||||
*
|
||||
*
|
||||
* @param object $obj
|
||||
* @return BaseObject
|
||||
*/
|
||||
|
|
@ -67,7 +67,7 @@ class tagController extends tag
|
|||
|
||||
/**
|
||||
* Delete all tags belonging to a document.
|
||||
*
|
||||
*
|
||||
* @param object $obj
|
||||
* @return BaseObject
|
||||
*/
|
||||
|
|
@ -96,7 +96,7 @@ class tagController extends tag
|
|||
$oTagController = getAdminController('tag');
|
||||
return $oTagController->deleteModuleTags($obj->module_srl);
|
||||
}
|
||||
|
||||
|
||||
function triggerMoveDocument($obj)
|
||||
{
|
||||
executeQuery('tag.updateTagModule', $obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue