Index: openacs-4/packages/attendance/lib/cp-attendance.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attendance/lib/cp-attendance.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/attendance/lib/cp-attendance.tcl 24 Jun 2005 11:47:19 -0000 1.3 +++ openacs-4/packages/attendance/lib/cp-attendance.tcl 29 Jun 2005 00:45:07 -0000 1.4 @@ -23,7 +23,7 @@ and ao.context_id = :attendance_package_id and eg.grade_name = 'Attendance'"] -ns_log Notice " -- Attendance Package ID : $attendance_package_id, Grade Item : $grade_item_id --" +# ns_log Notice " -- Attendance Package ID : $attendance_package_id, Grade Item : $grade_item_id --" attendance::add_sessions -community_id $community_id -grade_item_id $grade_item_id -package_id $attendance_package_id Index: openacs-4/packages/attendance/sql/postgresql/attendance-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/attendance/sql/postgresql/attendance-create.sql,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/attendance/sql/postgresql/attendance-create.sql 29 Jun 2005 00:45:07 -0000 1.1 @@ -0,0 +1,5 @@ + +create table attendance_cal_item_map ( + user_id integer, + cal_item_id integer +) \ No newline at end of file