fixing some display bugs (itemtype not properly returned and a html table bug that makes items appear strangely

This commit is contained in:
tipaul 2007-07-03 13:47:44 +00:00
parent a60c83d5b0
commit 96386e6568
2 changed files with 5 additions and 3 deletions

View file

@ -1606,7 +1606,6 @@ sub GetAuthorisedValueDesc {
#---- "true" authorized value
my $category = $tagslib->{$tag}->{$subfield}->{'authorised_value'};
if ( $category ne "" ) {
my $sth =
$dbh->prepare(
@ -3957,6 +3956,9 @@ Joshua Ferraro jmf@liblime.com
# $Id$
# $Log$
# Revision 1.217 2007/07/03 13:47:44 tipaul
# fixing some display bugs (itemtype not properly returned and a html table bug that makes items appear strangely
#
# Revision 1.216 2007/07/03 09:40:58 tipaul
# return itemtype description properly
#

View file

@ -141,9 +141,9 @@
<table>
<tr>
<!-- TMPL_LOOP name="item_header_loop" -->
<tr>
<th>
<!-- TMPL_VAR name="header_value" -->
</tr>
</th>
<!-- /TMPL_LOOP -->
</tr>
<!-- TMPL_LOOP name="item_loop" -->