X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=pages%2Fattendees.sh;h=32f651bd9af35ce1387fddd9b25522b69bc987d9;hp=e3e27c2d9d0b9c5d0ffd3aaf4491f67e906b92ac;hb=c195881a2389862d4bfcd2fd55ca868f7a20b8e8;hpb=3badbe5f34b9a481f43f83d07d4cd28a3aa7798b diff --git a/pages/attendees.sh b/pages/attendees.sh index e3e27c2..32f651b 100755 --- a/pages/attendees.sh +++ b/pages/attendees.sh @@ -1,6 +1,5 @@ #!/bin/sh -[ "$_GET[\"choice\"]" = "del_filter" ] && _GET["filter"]="" && _GET["filtertype"]="" listcards() { case "$_GET[\"filtertype\"]" in any) @@ -23,7 +22,7 @@ listcards() { ;; course) ;; - *) ls -1 ${_DATA}/vcard/*vcf + *) ls -1 ${_DATA}/vcard/*vcf 2>/dev/null ;; esac |case "$_GET[\"order\"]" in firstname)