Index: openacs-4/packages/lars-blogger/www/entry-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/entry-chunk.tcl,v diff -u -r1.19.2.3 -r1.19.2.4 --- openacs-4/packages/lars-blogger/www/entry-chunk.tcl 7 Oct 2005 08:19:53 -0000 1.19.2.3 +++ openacs-4/packages/lars-blogger/www/entry-chunk.tcl 2 Dec 2005 08:36:28 -0000 1.19.2.4 @@ -31,8 +31,13 @@ } if { ![exists_and_not_null return_url] } { - set return_url [ad_return_url] + # IMPORTANT: I changed the return_url here since ad_return_url also add the variables + # for the sw_category_id, year, month and day and this are already take in care in + # the indext.vuh file, ad_conn url returns only the URL without the variables + # set return_url [ad_return_url] + set return_url [ad_conn url] } + if { ![exists_and_not_null screen_name] } { set screen_name "" }