Index: openacs-4/packages/acs-templating/www/doc/demo/list6/add-edit.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/demo/list6/add-edit.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/doc/demo/list6/add-edit.xql 10 Feb 2006 00:47:17 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/demo/list6/add-edit.xql 10 Feb 2006 08:13:38 -0000 1.2 @@ -3,7 +3,7 @@ - select title, body + select title, body, color from template_demo_notes where template_demo_note_id = :template_demo_note_id @@ -23,6 +23,7 @@ update template_demo_notes set title = :title, body = :body + color = :color where template_demo_note_id = :template_demo_note_id