projects
/
SIPServer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7ce9e9
)
Tiny comment
author
Joe Atzberger
<atz@esilibrary.com>
Tue, 22 Jun 2010 15:38:30 +0000
(15:38 +0000)
committer
Thomas Berezansky
<tsbere@mvlc.org>
Tue, 22 Jun 2010 15:38:30 +0000
(15:38 +0000)
Sip.pm
patch
|
blob
|
history
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) = @_;