|
@@ 1613-1615 (lines=3) @@
|
| 1610 |
|
$file_steps = $upcontext['table_count']; |
| 1611 |
|
|
| 1612 |
|
// What ones have we already done? |
| 1613 |
|
foreach ($table_names as $id => $table) |
| 1614 |
|
if ($id < $_GET['substep']) |
| 1615 |
|
$upcontext['previous_tables'][] = $table; |
| 1616 |
|
|
| 1617 |
|
if ($command_line) |
| 1618 |
|
echo 'Backing Up Tables.'; |
|
@@ 4157-4159 (lines=3) @@
|
| 4154 |
|
$upcontext['step_progress'] = (int) (($upcontext['cur_table_num'] / $upcontext['table_count']) * 100); |
| 4155 |
|
$file_steps = $upcontext['table_count']; |
| 4156 |
|
|
| 4157 |
|
foreach($keys as $id => $table) |
| 4158 |
|
if ($id < $_GET['substep']) |
| 4159 |
|
$upcontext['previous_tables'][] = $table; |
| 4160 |
|
|
| 4161 |
|
if ($command_line) |
| 4162 |
|
echo 'Converting data from serialize() to json_encode().'; |