Index: openacs-4/packages/curriculum-central/www/admin/staff-ae-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum-central/www/admin/staff-ae-postgresql.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/curriculum-central/www/admin/staff-ae-postgresql.xql 4 Dec 2005 06:50:31 -0000 1.1 +++ openacs-4/packages/curriculum-central/www/admin/staff-ae-postgresql.xql 4 Dec 2005 13:08:27 -0000 1.2 @@ -8,7 +8,16 @@ UPDATE cc_staff SET title = :title, position = :position, - department_id = :department_id + department_id = :department_id, + address_line_1 = :address_line_1, + address_line_2 = :address_line_2, + address_suburb = :address_suburb, + address_state = :address_state, + address_postcode = :address_postcode, + address_country = :address_country, + phone = :phone, + fax = :fax, + homepage_url = :homepage_url WHERE staff_id = :staff_id