|
@@ 3982-3985 (lines=4) @@
|
| 3979 |
|
</div>'; |
| 3980 |
|
|
| 3981 |
|
// Dont any tables so far? |
| 3982 |
|
if (!empty($upcontext['previous_tables'])) |
| 3983 |
|
foreach ($upcontext['previous_tables'] as $table) |
| 3984 |
|
echo ' |
| 3985 |
|
<br>', $txt['upgrade_completed_table'], ' "', $table, '".'; |
| 3986 |
|
|
| 3987 |
|
echo ' |
| 3988 |
|
<h3 id="current_tab"> |
|
@@ 4484-4487 (lines=4) @@
|
| 4481 |
|
</div>'; |
| 4482 |
|
|
| 4483 |
|
// Done any tables so far? |
| 4484 |
|
if (!empty($upcontext['previous_tables'])) |
| 4485 |
|
foreach ($upcontext['previous_tables'] as $table) |
| 4486 |
|
echo ' |
| 4487 |
|
<br>', $txt['upgrade_completed_table'], ' "', $table, '".'; |
| 4488 |
|
|
| 4489 |
|
echo ' |
| 4490 |
|
<h3 id="current_tab"> |
|
@@ 4585-4588 (lines=4) @@
|
| 4582 |
|
</div>'; |
| 4583 |
|
|
| 4584 |
|
// Dont any tables so far? |
| 4585 |
|
if (!empty($upcontext['previous_tables'])) |
| 4586 |
|
foreach ($upcontext['previous_tables'] as $table) |
| 4587 |
|
echo ' |
| 4588 |
|
<br>', $txt['upgrade_completed_table'], ' "', $table, '".'; |
| 4589 |
|
|
| 4590 |
|
echo ' |
| 4591 |
|
<h3 id="current_tab"> |