X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=display.tcl;h=67db1a1c700110205db506a4228258ea4aa9e256;hb=d026c3e06f6e19e5ed4174ab1a504a4b5af79183;hp=ae3148f2cd96904bfe3e7e5017079892a8db1013;hpb=9229a060e7934ce5b090d1d2fce9e6c151f9e4d3;p=ir-tcl-moved-to-github.git diff --git a/display.tcl b/display.tcl index ae3148f..67db1a1 100644 --- a/display.tcl +++ b/display.tcl @@ -1,4 +1,4 @@ -# $Id: display.tcl,v 1.3 1997-04-13 19:00:42 adam Exp $ +# $Id: display.tcl,v 1.4 1998-05-20 12:27:42 adam Exp $ # # Record display proc display {zset no} { @@ -25,6 +25,11 @@ proc display {zset no} { puts $r return } + if {$rtype == "Explain"} { + set r [$zset getExplain $no] + puts $r + return + } if {[catch {set r [$zset getMarc $no line * * *]}]} { puts "Unknown record type: $rtype" return