|
@@ 3972-3975 (lines=4) @@
|
| 3969 |
|
</div>'; |
| 3970 |
|
|
| 3971 |
|
// Dont any tables so far? |
| 3972 |
|
if (!empty($upcontext['previous_tables'])) |
| 3973 |
|
foreach ($upcontext['previous_tables'] as $table) |
| 3974 |
|
echo ' |
| 3975 |
|
<br>', $txt['upgrade_completed_table'], ' "', $table, '".'; |
| 3976 |
|
|
| 3977 |
|
echo ' |
| 3978 |
|
<h3 id="current_tab"> |
|
@@ 4474-4477 (lines=4) @@
|
| 4471 |
|
</div>'; |
| 4472 |
|
|
| 4473 |
|
// Done any tables so far? |
| 4474 |
|
if (!empty($upcontext['previous_tables'])) |
| 4475 |
|
foreach ($upcontext['previous_tables'] as $table) |
| 4476 |
|
echo ' |
| 4477 |
|
<br>', $txt['upgrade_completed_table'], ' "', $table, '".'; |
| 4478 |
|
|
| 4479 |
|
echo ' |
| 4480 |
|
<h3 id="current_tab"> |
|
@@ 4575-4578 (lines=4) @@
|
| 4572 |
|
</div>'; |
| 4573 |
|
|
| 4574 |
|
// Dont any tables so far? |
| 4575 |
|
if (!empty($upcontext['previous_tables'])) |
| 4576 |
|
foreach ($upcontext['previous_tables'] as $table) |
| 4577 |
|
echo ' |
| 4578 |
|
<br>', $txt['upgrade_completed_table'], ' "', $table, '".'; |
| 4579 |
|
|
| 4580 |
|
echo ' |
| 4581 |
|
<h3 id="current_tab"> |