]> git.plutz.net Git - confetti/blobdiff - actions/filter_card.sh
rename attendees section to more generic "cards" to allow alternate views for vcards
[confetti] / actions / filter_card.sh
similarity index 87%
rename from actions/filter_attendee.sh
rename to actions/filter_card.sh
index cb620d5124387236dd7698cc63419a76aefc1704..9de02886d428b5d7261608d0f67b12adc9ce50a0 100755 (executable)
@@ -24,9 +24,9 @@ case "${_POST[choice]}"; in
     filter="${_POST[filter]}"
     filtertype="${_POST[filtertype]}"
     order="${_POST[order]}"
-    echo -n "Location: ?p=attendees&filter=$filter&filtertype=$filtertype&order=$order\n\n"
+    echo -n "Location: ?p=cards&filter=$filter&filtertype=$filtertype&order=$order\n\n"
     ;;
   *)
-    echo -n "Location: ?p=attendees\n\n"
+    echo -n "Location: ?p=cards\n\n"
     ;;
 esac