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