@@ 515-518 (lines=4) @@ | ||
512 | ||
513 | if($list === false) |
|
514 | { |
|
515 | if($oCacheHandler->isSupport() && count($args) === 1 && isset($args->site_srl)) |
|
516 | { |
|
517 | $columnList = array(); |
|
518 | } |
|
519 | ||
520 | $output = executeQuery('module.getMidList', $args, $columnList); |
|
521 | if(!$output->toBool()) return $output; |
|
@@ 524-527 (lines=4) @@ | ||
521 | if(!$output->toBool()) return $output; |
|
522 | $list = $output->data; |
|
523 | ||
524 | if($oCacheHandler->isSupport() && count($args) === 1 && isset($args->site_srl)) |
|
525 | { |
|
526 | $oCacheHandler->put($cache_key, $list); |
|
527 | } |
|
528 | } |
|
529 | if(!$list) return; |
|
530 |