Skip to content

Commit

Permalink
Update process_archive.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffhumphrey committed Oct 28, 2024
1 parent f4e6c08 commit 9ac6820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/process/process_archive.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'contestID' => NULL
);
$db_conn->where ('id', 1);
$result = $db_conn->insert ($update_table, $data);
$result = $db_conn->update ($update_table, $data);
if (!$result) {
$error_output[] = $db_conn->getLastError();
$errors = TRUE;
Expand Down

0 comments on commit 9ac6820

Please sign in to comment.