Tiny comment
authorJoe Atzberger <atz@esilibrary.com>
Tue, 22 Jun 2010 15:38:30 +0000 (15:38 +0000)
committerThomas Berezansky <tsbere@mvlc.org>
Tue, 22 Jun 2010 15:38:30 +0000 (15:38 +0000)
Sip.pm

diff --git a/Sip.pm b/Sip.pm
index 8c64a43..d2d2713 100644 (file)
--- 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) = @_;