Index: openacs-4/packages/acs-tcl/tcl/object-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/object-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-tcl/tcl/object-procs.tcl 29 Jan 2005 18:43:28 -0000 1.6 +++ openacs-4/packages/acs-tcl/tcl/object-procs.tcl 1 Jun 2005 08:03:16 -0000 1.7 @@ -68,7 +68,7 @@ } { Gets information about an acs_object. - Returns object_id, object_type, context_id, security_inherit_p, + Returns object_id, package_id, object_type, context_id, security_inherit_p, creation_user, creation_date_ansi, creation_ip, last_modified_ansi, modifying_user, modifying_ip, tree_sortkey, object_name @@ -95,4 +95,3 @@ acs_object::get -object_id $object_id -array row return $row($element) } -