Ignore:
Timestamp:
2004-05-25T16:31:41+12:00 (20 years ago)
Author:
mdewsnip
Message:

(Human Info) Added language parameter to all calls of get_info, get_children, has_children, and get_contents. Also, removed some of the modifications so it compiles again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/formattools.cpp

    r7389 r7432  
    405405
    406406  //get the information associated with the metadata for current doc
    407   if (get_info (docinfo.OID, collection, metadata,
     407  if (get_info (docinfo.OID, collection, "", metadata,
    408408        false, collectproto, response, logout)) {
    409409   
     
    437437       
    438438    //get the information associated with the metadata for related doc
    439     if (get_info (document_OID, document_collection, metadata,
     439    if (get_info (document_OID, document_collection, "", metadata,
    440440              false, collectproto, response, logout)) {
    441441     
     
    12961296     
    12971297     // retrieve metadata
    1298      get_info(docinfo.OID, collection, request.fields, request.getParents,
     1298     get_info(docinfo.OID, collection, "", request.fields, request.getParents,
    12991299          collectproto, response, logout);
    13001300     
Note: See TracChangeset for help on using the changeset viewer.