Index: openacs-4/packages/acs-content-repository/www/doc/api/type.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/api/type.adp,v diff -u -N -r1.2.2.3 -r1.2.2.4 --- openacs-4/packages/acs-content-repository/www/doc/api/type.adp 9 Jun 2016 08:44:49 -0000 1.2.2.3 +++ openacs-4/packages/acs-content-repository/www/doc/api/type.adp 9 Jun 2016 13:03:11 -0000 1.2.2.4 @@ -89,7 +89,7 @@
  • Function: content_type.is_content_type -
    Parameters:
    Not yet documented
    Declaration:
    
    +
    Parameters:
    Not yet documented
    Declaration:
    
     function is_content_type (
       object_type   in acs_object_types.object_type%TYPE
     ) return char;
    @@ -226,7 +226,7 @@
     Procedure:
     content_type.register_mime_type
     
    -
    Parameters:
    Not yet documented
    Declaration:
    
    +
    Parameters:
    Not yet documented
    Declaration:
    
     procedure register_mime_type (
       content_type  in cr_content_mime_type_map.content_type%TYPE,
       mime_type     in cr_content_mime_type_map.mime_type%TYPE
    @@ -370,7 +370,7 @@
     Procedure:
     content_type.unregister_mime_type
     
    -
    Parameters:
    Not yet documented
    Declaration:
    
    +
    Parameters:
    Not yet documented
    Declaration:
    
     procedure unregister_mime_type (
       content_type  in cr_content_mime_type_map.content_type%TYPE,
       mime_type     in cr_content_mime_type_map.mime_type%TYPE