X-Git-Url: https://git.infodrom.org/?p=misc%2Fkostenrechnung;a=blobdiff_plain;f=lib%2Fmask.php;h=8549ee47bac2dee342bdf693351790d62dc50c7c;hp=2df8cfb54bccd3b1da4b15b0d08832f3f7aeb601;hb=9e5508e1252e9c7ef8a61e5c66b3d297efa7a21d;hpb=1692f4cc23e6daebcd2e933deb93576bf8852132 diff --git a/lib/mask.php b/lib/mask.php index 2df8cfb..8549ee4 100644 --- a/lib/mask.php +++ b/lib/mask.php @@ -51,8 +51,6 @@ function build_form($name, $fields) foreach ($options as $row) $ret[] = sprintf('', $row['id'], $row['text']); $ret[] = ''; - } elseif ($info['type'] == 'date') { - error_log('type = date'); } if (array_key_exists('comment',$info)) $ret[] = sprintf('%s', $info['comment']);