Fix PHP 8.1.7 - $newcardbutton not defined

This commit is contained in:
Alexandre SPANGARO 2022-06-12 07:33:28 +02:00
parent 590cb20b41
commit 02f21fae78

View File

@ -350,6 +350,8 @@ if ($resql) {
</script>';
}
$newcardbutton = '';
print '<form method="POST" id="searchFormList" action="'.$_SERVER["PHP_SELF"].'">';
if ($optioncss != '') {
print '<input type="hidden" name="optioncss" value="'.$optioncss.'">';