projects
/
confetti
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
basic editing functions for new view
[confetti]
/
actions
/
update_attendee.sh
diff --git
a/actions/update_attendee.sh
b/actions/update_attendee.sh
index
10eb82c
..
6f46cb2
100644
(file)
--- a/
actions/update_attendee.sh
+++ b/
actions/update_attendee.sh
@@
-8,6
+8,7
@@
cardfile="vcard/$card"
echo "BEGIN:VCARD\r" >"$tempfile"
echo "VERSION:4.0\r" >>"$tempfile"
+echo "N:$_POST[\"0N\"];$_POST[\"1N\"];$_POST[\"2N\"];$_POST[\"3N\"];$_POST[\"4N\"]\r" >>"$tempfile"
for field in $VCF_FIELDS; do
value="$_POST[\"$field\"]"
n=0