| 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 |
| 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 |
} |
} |