From: Joe Atzberger Date: Tue, 22 Jun 2010 15:38:30 +0000 (+0000) Subject: Tiny comment X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e1d2b9e933d4f4160f5a8a2e54ffdec11216a653;p=SIPServer.git Tiny comment --- diff --git a/Sip.pm b/Sip.pm index 8c64a43..d2d2713 100644 --- a/Sip.pm +++ b/Sip.pm @@ -94,7 +94,8 @@ sub add_field { # # maybe_add(field_id, value): # If value is defined and non-empty, then return the -# constructed field value, otherwise return the empty string +# constructed field value, otherwise return the empty string. +# NOTE: if zero is a valid value for your field, don't use maybe_add! # sub maybe_add { my ($fid, $value) = @_;