Index: openacs-4/packages/scholarship-fund/www/export-confirm.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/scholarship-fund/www/export-confirm.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/scholarship-fund/www/export-confirm.tcl 14 Aug 2005 12:38:52 -0000 1.1 +++ openacs-4/packages/scholarship-fund/www/export-confirm.tcl 22 Aug 2005 18:29:47 -0000 1.2 @@ -24,7 +24,7 @@ -privilege "read" # let's check first if there are unmarked items for export -if { [db_string "count_transferred" "select count(*) from scholarship_fund where export_p = false"] > 0 } { +if { [db_string "count_transferred" "select count(*) from scholarship_fund_grants where export_p = false"] > 0 } { append content "

Click the download link to start downloading the exported records in CSV format.

" set qstring "all=$all&mark=$mark"