Index: openacs-4/packages/categories/www/doc/o.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/categories/www/doc/o.html,v diff -u -N -r1.1.1.1 -r1.1.1.1.22.1 --- openacs-4/packages/categories/www/doc/o.html 23 Apr 2003 12:29:27 -0000 1.1.1.1 +++ openacs-4/packages/categories/www/doc/o.html 9 Aug 2019 20:19:04 -0000 1.1.1.1.22.1 @@ -69,7 +69,7 @@ join the acs_named_objects table to get the names and package_ids in an easy and - more importantly - fast and scalable way.

-The only shortcomming of this solution is the disregard of +The only shortcoming of this solution is the disregard of internationalization, but in cases where there objects in more than one language, it should be the triggers / pl/sql procs task to make sure that acs_named_objects contains names in the @@ -170,14 +170,14 @@ The appropriate tcl-procs look like the following:

 ad_proc -public apm_pageurl { object_id } {
-    Service Contract Proc to resolve a url for a package_id
+    Service Contract Proc to resolve a URL for a package_id
 } {
     return
 }
 
 namespace eval acs_user {
     ad_proc -public pageurl { object_id } {
-	Service Contract Proc to resolve a url for a user_id
+	Service Contract Proc to resolve a URL for a user_id
     } {
 	return "shared/community-member?user_id=$object_id"
     }