Index: openacs-4/packages/glossar/tcl/glossar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/glossar/tcl/glossar-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/glossar/tcl/glossar-procs.tcl 20 Aug 2005 09:37:51 -0000 1.1 +++ openacs-4/packages/glossar/tcl/glossar-procs.tcl 2 Nov 2005 15:12:40 -0000 1.2 @@ -22,8 +22,8 @@ {-title ""} {-description ""} {-target_category_id [db_null]} + {-etat_id ""} - } { @author Bjoern Kiesbye (bjoern_kiesbye@web.de) @creation-date 2005-07-13 @@ -51,6 +51,7 @@ [list owner_id $owner_id] \ [list source_category_id $source_category_id] \ [list target_category_id $target_category_id] \ + [list etat_id $etat_id] \ ] ] } @@ -63,6 +64,7 @@ -owner_id:required -source_category_id:required -target_category_id:required + -etat_id:required {-title ""} {-name ""} {-description ""} @@ -82,6 +84,7 @@ [list owner_id $owner_id] \ [list source_category_id $source_category_id] \ [list target_category_id $target_category_id] \ + [list etat_id $etat_id] \ ] ] }