mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
데이터이전 또는 기타 문제로 위키모듈에서 생산된 페이지가 아닌 경우 document alias를 일괄적으로 부여할 수 있는 기능을 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6629 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
02b25cec25
commit
d384d206e7
12 changed files with 44 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
$args->alias_srl = getNextSequence();
|
||||
$args->module_srl = $module_srl;
|
||||
$args->document_srl = $document_srl;
|
||||
$args->alias_title = $alias_title;
|
||||
$args->alias_title = urldecode($alias_title);
|
||||
$query = "document.insertAlias";
|
||||
$output = executeQuery($query, $args);
|
||||
return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue