Skip to content

Commit

Permalink
misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
Lycol50 committed Jul 28, 2023
1 parent 049d932 commit 32297a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insert_asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function generateRandomLetter($length = 1) {
$param_remarks = $remarks;
$param_asset_tag = $asset_number;
$param_user_id = $_SESSION['id'];
$parm_updated_at = date("Y-m-d H:i:s");
$param_updated_at = date("Y-m-d H:i:s");

// attempt to execute the prepared statement
if ($stmt->execute()) {
Expand Down

0 comments on commit 32297a7

Please # to comment.