diff --git a/qsgen2 b/qsgen2 index e20d308..e38c86e 100755 --- a/qsgen2 +++ b/qsgen2 @@ -335,7 +335,7 @@ function _file_to_lower() { function _pages() { # This function generates all the new and updated Pages - local debug=true + local debug=false # Load the cache for Pages if (${debug}) _msg debug "_pages: Running function _pages_cache" @@ -603,6 +603,8 @@ function _blog_idx_for_index() { blog_list_content=$(echo "${blog_list_content}" | perl -pe "s|CALNDAY|${calnday}|g") blog_list_content=$(echo "${blog_list_content}" | perl -pe "s|CALMONTH|${calmonth}|g") blog_list_content=$(echo "${blog_list_content}" | perl -pe "s|CALYEAR|${calyear}|g") + + unset sdate btitle ingress url done