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

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

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

revision 1.2, Sat Sep 1 19:13:32 2007 UTC revision 1.3, Sat Sep 1 19:57:47 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: z3950_sutrs.inc,v 1.1.2.1 2007/09/01 14:46:59 douggreen Exp $  // $Id: z3950_sutrs.inc,v 1.2 2007/09/01 19:13:32 douggreen Exp $
3    
4  /**  /**
5   * Implement z39.50 syntax for SUTRS   * Implement z39.50 syntax for SUTRS
# Line 15  function z3950_sutrs($op, $id = NULL, $p Line 15  function z3950_sutrs($op, $id = NULL, $p
15      case 'summary':      case 'summary':
16        return _z3950_sutrs_summary($id, $pos);        return _z3950_sutrs_summary($id, $pos);
17    
18      case 'details':      case 'detail':
19        return _z3950_sutrs_details($id, $pos);        return _z3950_sutrs_detail($id, $pos);
20    }    }
21  }  }
22    
# Line 30  function _z3950_sutrs_summary($id, $pos) Line 30  function _z3950_sutrs_summary($id, $pos)
30    }    }
31  }  }
32    
33  function _z3950_sutrs_details($id, $pos) {  function _z3950_sutrs_detail($id, $pos) {
34    // set page title    // set page title
35    drupal_set_title(t('Metadata Contents'));    drupal_set_title(t('Metadata Contents'));
36    

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

  ViewVC Help
Powered by ViewVC 1.1.2