/[drupal]/contributions/modules/z3950/syntax/z3950_marc21.inc
ViewVC logotype

Diff of /contributions/modules/z3950/syntax/z3950_marc21.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3, Sat Sep 1 19:49:13 2007 UTC revision 1.4, Sat Sep 1 19:57:47 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: z3950_marc21.inc,v 1.2 2007/09/01 19:13:32 douggreen Exp $  // $Id: z3950_marc21.inc,v 1.3 2007/09/01 19:49:13 douggreen Exp $
3    
4  /**  /**
5   * Implement z39.50 syntax for Marc21   * Implement z39.50 syntax for Marc21
# Line 15  function z3950_marc21($op, $id = NULL, $ Line 15  function z3950_marc21($op, $id = NULL, $
15      case 'summary':      case 'summary':
16        return _z3950_marc21_summary($id, $pos);        return _z3950_marc21_summary($id, $pos);
17    
18      case 'details':      case 'detail':
19        return _z3950_marc21_details($id, $pos);        return _z3950_marc21_detail($id, $pos);
20    }    }
21  }  }
22    
# Line 43  function _z3950_marc21_summary($id, $pos Line 43  function _z3950_marc21_summary($id, $pos
43    }    }
44  }  }
45    
46  function _z3950_marc21_details($id, $pos) {  function _z3950_marc21_detail($id, $pos) {
47    // set page title    // set page title
48    $rec_array = yaz_record($id, $pos, 'array');    $rec_array = yaz_record($id, $pos, 'array');
49    if (!is_null($rec_array)) {    if (!is_null($rec_array)) {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2