Index: openacs-4/packages/xotcl-core/tcl/05-doc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/Attic/05-doc-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/xotcl-core/tcl/05-doc-procs.tcl 18 Dec 2006 08:06:36 -0000 1.9 +++ openacs-4/packages/xotcl-core/tcl/05-doc-procs.tcl 29 Dec 2006 11:04:16 -0000 1.10 @@ -269,6 +269,7 @@ [array get doc_elements] set file_index $doc_elements(script) + if {[nsv_exists api_library_doc $file_index]} { array set elements [nsv_get api_library_doc $file_index] }