X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=blobdiff_plain;f=lib%2Fmask.php;h=12a2d38c5dcf08a90929f637fcb07a1744ad2ce7;hp=72d3b6781a2a5753698da98bd2fe8162b7b844f2;hb=aacbb162fc42ee4cc2c975cb00dced692d61fbc7;hpb=ac5104c6200d42b87b6a27b264c04e0287de88ce diff --git a/lib/mask.php b/lib/mask.php index 72d3b67..12a2d38 100644 --- a/lib/mask.php +++ b/lib/mask.php @@ -48,6 +48,8 @@ function build_form($name, $fields) } elseif ($info['type'] == 'date') { error_log('type = date'); } + if (array_key_exists('comment',$info)) + $ret[] = sprintf('%s', $info['comment']); $ret[] = '
'; }