mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-05-10 06:44:52 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
018fcfe158
|
|
@ -401,6 +401,17 @@ $(document).ready(function() {
|
|||
return self::show();
|
||||
} /* }}} */
|
||||
|
||||
function batchoperation() { /* {{{ */
|
||||
$dms = $this->params['dms'];
|
||||
$user = $this->params['user'];
|
||||
|
||||
if (false === $this->callHook('runBatchOperation')) {
|
||||
$this->setParam('batchmsg', 'Aiii, error');
|
||||
}
|
||||
|
||||
return self::show();
|
||||
} /* }}} */
|
||||
|
||||
function opensearchsuggestion() { /* {{{ */
|
||||
$dms = $this->params['dms'];
|
||||
$user = $this->params['user'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user