/[drupal]/contributions/modules/z3950/z3950.module
ViewVC logotype

Diff of /contributions/modules/z3950/z3950.module

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

revision 1.4, Sat Sep 1 19:49:13 2007 UTC revision 1.5, Sat Sep 1 19:57:47 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  /* $Id: z3950.module,v 1.2.2.3 2007/09/01 14:46:59 douggreen Exp $ */  /* $Id: z3950.module,v 1.4 2007/09/01 19:49:13 douggreen Exp $ */
3    
4  /**  /**
5   * @file   * @file
# Line 379  function z3950_get() { Line 379  function z3950_get() {
379          if (empty($error)) {          if (empty($error)) {
380            // display the page results based on the z39.50 syntax            // display the page results based on the z39.50 syntax
381            if ($syntax = _z3950_get_syntax($id, $pos)) {            if ($syntax = _z3950_get_syntax($id, $pos)) {
382              if ($record = call_user_func($syntax['function'], 'details', $id, $pos)) {              if ($record = call_user_func($syntax['function'], 'detail', $id, $pos)) {
383                return theme('yaz_record', $record);                return theme('yaz_record', $record);
384              }              }
385            }            }

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

  ViewVC Help
Powered by ViewVC 1.1.2