@@ 368-373 (lines=6) @@ | ||
365 | } |
|
366 | ||
367 | $isClone = true; |
|
368 | if ($row['bid'] != $bid) { |
|
369 | $bid = $row['bid']; |
|
370 | $isClone = false; |
|
371 | $block_key = null; |
|
372 | $block_key = @$this->_block_lookup($row, $modversion['blocks']); |
|
373 | } |
|
374 | if ($block_key === null) { |
|
375 | continue; |
|
376 | } |
|
@@ 429-433 (lines=5) @@ | ||
426 | continue; |
|
427 | } |
|
428 | ||
429 | if ($row['bid'] != $bid) { |
|
430 | $bid = $row['bid']; |
|
431 | $block_key = null; |
|
432 | $block_key = @$this->_block_lookup($row, $modversion['blocks']); |
|
433 | } |
|
434 | if ($block_key === null) { |
|
435 | continue; |
|
436 | } |