| @@ -57,9 +57,9 @@ lawipac </br> | |||
| EOF | |||
| } | |||
| function email_success { | |||
| BOOK_LIST=`calibredb list -s "date:>=1daysago" -ftitle --with-library=/var/www/MyBooks | awk 'NR>1 {printf "<li>%d:%s</li>\n\n", $1,$2 } '` | |||
| BOOK_LIST=`calibredb list -s "date:>=1daysago" -ftitle --with-library=/var/www/MyBooks '` | |||
| #use cat to test locally | |||
| #cat << EOF | |||