Fix casting variabile

This commit is contained in:
FabioL 2024-07-24 14:17:01 +02:00
parent d2fa540b36
commit 09bebde86c
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ echo '
<form action="" method="post" id="form-firma" class="hide">
<input type="hidden" name="op" value="firma_bulk">
<input type="hidden" name="backto" value="record-list">
<input type="hidden" name="records" value="<?php echo implode(';', $records ?: ''); ?>">
<input type="hidden" name="records" value="<?php echo implode(';', $records); ?>">
<div class="row">
<div class="col-md-12">