Index: openacs-4/packages/recruiting/www/admin/index.xql~ =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/recruiting/www/admin/Attic/index.xql~,v diff -u -N --- openacs-4/packages/recruiting/www/admin/index.xql~ 7 Aug 2002 23:39:19 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,37 +0,0 @@ - - - - - - select count(*) as status_types_defined_p - from recruiting_status_types - where enabled_p = 't'; - - - - - - select count(*) as criteria_defined_p - from recruiting_critera - where enabled_p = 't'; - - - - - - select count(*) as num_candidates - from recruiting_candidates - - - - - - select count(*) as pending_interviews - from recruiting_interviews i - where (select count(*) - from recruiting_ratings r - where r.interview_id = i.interview_id) = 0 - - - -