[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha thesaurus_popup.pl,1.12,1.13
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha thesaurus_popup.pl,1.12,1.13 |
Date: |
Fri, 28 Nov 2003 06:00:25 -0800 |
Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv16336
Modified Files:
thesaurus_popup.pl
Log Message:
minor bugfix
Index: thesaurus_popup.pl
===================================================================
RCS file: /cvsroot/koha/koha/thesaurus_popup.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** thesaurus_popup.pl 14 Nov 2003 22:00:42 -0000 1.12
--- thesaurus_popup.pl 28 Nov 2003 14:00:20 -0000 1.13
***************
*** 89,93 ****
);
}
! my $x = SearchDeeper('',$category,$search_string);
#my @son;
#foreach (my $value @$x) {
--- 89,93 ----
);
}
! my @x = SearchDeeper('',$category,$search_string);
#my @son;
#foreach (my $value @$x) {
***************
*** 95,99 ****
#}
my $dig_list= CGI::scrolling_list( -name=>'search_string',
! -values=> address@hidden,
-default=> "",
-size=>1,
--- 95,99 ----
#}
my $dig_list= CGI::scrolling_list( -name=>'search_string',
! -values=> address@hidden,
-default=> "",
-size=>1,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha thesaurus_popup.pl,1.12,1.13,
Paul POULAIN <=