Skip to content

Commit

Permalink
More optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
daanrijpkemacb committed Oct 10, 2024
1 parent daed103 commit 135bd47
Show file tree
Hide file tree
Showing 10 changed files with 1,344 additions and 1,329 deletions.
4 changes: 2 additions & 2 deletions bluem-idin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1638,8 +1638,8 @@ function bluem_get_IDINDescription_replaces(): array
$current_user->display_name ?? '', // '{gebruikersnaam}',
$current_user->user_email ?? '', // '{email}',
(string)($current_user->ID ?? ''), // {klantnummer}
date('d-m-Y'), // '{datum}',
date('d-m-Y H:i'), // '{datumtijd}',
gmdate('d-m-Y'), // '{datum}',
gmdate('d-m-Y H:i'), // '{datumtijd}',
);
}

Expand Down
Loading

0 comments on commit 135bd47

Please sign in to comment.