Index: openacs-4/packages/acs-tcl/tcl/defs-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/defs-procs.tcl,v
diff -u -r1.17 -r1.18
--- openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 15 Sep 2002 22:10:50 -0000 1.17
+++ openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 16 Sep 2002 11:17:08 -0000 1.18
@@ -636,8 +636,8 @@
} {
Package instances can have parameters associated with them. This function is used for accessing
and setting these values. Parameter values are stored in the database and cached within memory.
- New parameters can be created with the APM and values can be set
- using the Site Map UI.. Because parameters are specified on an instance
+ New parameters can be created with the APM and values can be set
+ using the Site Map UI.. Because parameters are specified on an instance
basis, setting the package_key parameter (preserved from the old version of this function) does not
affect the parameter retrieved. If the code that calls ad_parameter is being called within the scope
of a running server, the package_id will be determined automatically. However, if you want to use a
Index: openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl,v
diff -u -r1.18 -r1.19
--- openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 15 Sep 2002 22:10:50 -0000 1.18
+++ openacs-4/packages/acs-tcl/tcl/request-processor-procs.tcl 16 Sep 2002 11:17:08 -0000 1.19
@@ -1002,7 +1002,7 @@
ad_proc -public ad_conn {args} {
Returns a property about the connection. See the request
+ href="/doc/request-processor.html">request
processor documentation for a list of allowable values. If -set
is passed then it sets a property.
Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 10 Sep 2002 22:22:14 -0000 1.4
+++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 16 Sep 2002 11:17:08 -0000 1.5
@@ -22,8 +22,9 @@
Determines whether the thread is in "gathering documentation" or "executing the page" mode.
@return true if the thread is in "gathering documentation" mode, or false otherwise.
- @see doc_set_page_documentation_mode_p
+ @see doc_set_page_documentation_mode
+
} {
global ad_conn
if { [info exists ad_conn(api_page_documentation_mode_p)] } {