From: paul Date: Wed, 1 Jul 2015 16:00:58 +0000 (+0000) Subject: set executable property X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=9da0f336d8e830196893925f3e13b278d0d50189 set executable property svn path=/trunk/; revision=66 --- diff --git a/constants.sh b/constants.sh old mode 100644 new mode 100755 diff --git a/templates/attendees.css.sh b/templates/attendees.css.sh old mode 100644 new mode 100755 diff --git a/templates/attendees.html.sh b/templates/attendees.html.sh old mode 100644 new mode 100755 diff --git a/templates/course_print.sh b/templates/course_print.sh old mode 100644 new mode 100755 diff --git a/templates/courses.css.sh b/templates/courses.css.sh old mode 100644 new mode 100755 diff --git a/templates/courses.html.sh b/templates/courses.html.sh old mode 100644 new mode 100755 diff --git a/templates/edit_course.sh b/templates/edit_course.sh index 6da1579..c1deb5a 100755 --- a/templates/edit_course.sh +++ b/templates/edit_course.sh @@ -90,13 +90,6 @@ while [ "$fdom" -gt 1 ]; do echo -n '' fdom=$(($fdom - 1)) done -#echo -n '' -#cnt=$(date -d ${dts_year}-${dts_month}-1 +%s) -#while [ "$(date -d @$cnt +%m)" = "$dts_month" ]; do -# dn=$(date -d @$cnt +%d) -# echo -n '' -# cnt=$(($cnt + 86400)) -#done cnt=$(date -d ${dts_year}-${dts_month}-1 +%s) while [ "$(date -d @$cnt +%m)" = "$dts_month" ]; do dn=$(date -d @$cnt +%d) diff --git a/templates/email.css.sh b/templates/email.css.sh old mode 100644 new mode 100755 diff --git a/templates/email.html.sh b/templates/email.html.sh old mode 100644 new mode 100755