Index: openacs-4/packages/lars-blogger/tcl/metaweblog-api-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/tcl/metaweblog-api-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/lars-blogger/tcl/metaweblog-api-procs.tcl 14 Dec 2003 16:12:06 -0000 1.4 +++ openacs-4/packages/lars-blogger/tcl/metaweblog-api-procs.tcl 12 Jul 2004 11:33:19 -0000 1.5 @@ -201,11 +201,11 @@ postid [list -string $entry_id] \ userid [list -string $user_id] \ description [list -string $content(content)] \ - category [list -string $category_name] \ - comments [list -string $perm_url] \ - guid [list -string $perm_url] \ - pubDate [list -date $entry_date_ansi] \ - dateCreated [list -date $entry_date_ansi] \ + category [list -string $content(category_name)] \ + comments [list -string $content(permalink_url)] \ + guid [list -string $content(permalink_url)] \ + pubDate [list -date $content(entry_date_ansi)] \ + dateCreated [list -date $content(entry_date_ansi)] \ ]] } @@ -246,7 +246,7 @@ postid [list -string $entry_id] \ userid [list -string $user_id] \ description [list -string $content] \ - category [list -string $category_name] \ + category [list -string $category] \ comments [list -string $perm_url] \ guid [list -string $perm_url] \ pubDate [list -date $entry_date_ansi] \