Index: openacs-4/packages/cms/www/modules/sitemap/delete-items.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/modules/sitemap/delete-items.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/cms/www/modules/sitemap/delete-items.tcl 19 Aug 2002 03:54:52 -0000 1.5 +++ openacs-4/packages/cms/www/modules/sitemap/delete-items.tcl 18 Sep 2002 03:58:44 -0000 1.6 @@ -74,7 +74,7 @@ # get all the parent_id's of the items being deleted # because we need to flush the paginator cache for each of # these folders - set flush_list [db_list get_flush_list ""] + set flush_list [db_list get_list ""] # set up the call to the proper PL/SQL delete procedure if { [string equal $is_symlink "t"] } {