Girocco/Project.pm: add optional silent flag to cgi_fill
commitb8919ec56d3568fe946957a40301903db99272dc
authorKyle J. McKay <mackyle@gmail.com>
Mon, 15 Feb 2021 11:02:25 +0000 (15 04:02 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 15 Feb 2021 11:02:25 +0000 (15 04:02 -0700)
tree1e3557923e4ac4453da65e95556f6656f9e3f3a1
parentc2521b492cae7c19ea91af0f0aad487fa45800dd
Girocco/Project.pm: add optional silent flag to cgi_fill

In order to add more messages before calling err_check, it's
important that cgi_fill not prematurely dump out the messages.

If the optional second parameter is true, the messages will
be suppressed, but the return value will still be the same.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Project.pm