| sed -E ':X;$!{N;bX}; s;\n;\;;g'
}
-IFS='|' read -r date fn ln bmonth byear tel tcell junk1 email junk2 note <<-EOF
+IFS='|' read -r date fn ln bday bmonth byear tel tcell junk1 email junk2 note <<-EOF
$(POST seed |tr \\t \|)
EOF
[ ${#byear} = 1 ] && byear="200$byear"
[ ${#byear} = 2 ] && byear="20$byear"
[ ${#bmonth} = 1 ] && bmonth="0$bmonth"
+[ ${#bday} = 1 ] && bday="0$bday"
mn=""
case $fn in
VERSION:4.0
N:$(vcf_escape "$ln" "$fn" "$mn" "" "")
FN:$(vcf_escape "${fn}${mn:+ }${mn} ${ln}")
- BDAY:$(parse_date "${byear}-${bmonth}-01")
+ BDAY:$(parse_date "${byear}-${bmonth}-${bday}")
TEL:$(vcf_escape "$tel")
TEL;TYPE=CELL:$(vcf_escape "$tcell")
EMAIL:$(vcf_escape "$email")
# UI Labels Special
course_attendance) printf %s "Kurs­teil­nahme";;
- vcf_seed_label) printf "Anmeld. Vorn. Nachn. Geb. Monat Geb. Jahr Tel. Mobil () EMail () Notiz";;
+ vcf_seed_label) printf "Anmeld. Vorn. Nachn. Geb.Tag Geb.Monat Geb.Jahr Tel. Mobil () EMail () Notiz";;
gender_none) printf %s "keine Angabe";;
gender_female) printf %s "Weiblich";;