| @@ 342-347 (lines=6) @@ | ||
| 339 | } |
|
| 340 | ||
| 341 | $isClone = true; |
|
| 342 | if ($row['bid'] != $bid) { |
|
| 343 | $bid = $row['bid']; |
|
| 344 | $isClone = false; |
|
| 345 | $block_key = null; |
|
| 346 | $block_key = @$this->_block_lookup($row, $modversion['blocks']); |
|
| 347 | } |
|
| 348 | if ($block_key === null) { |
|
| 349 | continue; |
|
| 350 | } |
|
| @@ 375-379 (lines=5) @@ | ||
| 372 | continue; |
|
| 373 | } |
|
| 374 | ||
| 375 | if ($row['bid'] != $bid) { |
|
| 376 | $bid = $row['bid']; |
|
| 377 | $block_key = null; |
|
| 378 | $block_key = @$this->_block_lookup($row, $modversion['blocks']); |
|
| 379 | } |
|
| 380 | if ($block_key === null) { |
|
| 381 | continue; |
|
| 382 | } |
|