koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-devel] CVS: koha/maint catmaintain.pl,1.2,1.3


From: Chris Cormack
Subject: [Koha-devel] CVS: koha/maint catmaintain.pl,1.2,1.3
Date: Tue Feb 26 01:32:04 2002

Update of /cvsroot/koha/koha/maint
In directory usw-pr-cvs1:/tmp/cvs-serv31272/maint

Modified Files:
        catmaintain.pl 
Log Message:
Fixed apostrophe ' handling



Index: catmaintain.pl
===================================================================
RCS file: /cvsroot/koha/koha/maint/catmaintain.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** catmaintain.pl      15 Mar 2001 10:15:51 -0000      1.2
--- catmaintain.pl      26 Feb 2002 09:31:15 -0000      1.3
***************
*** 25,28 ****
--- 25,29 ----
      my $sub2=$results->[$i]->{'subject'};
      $sub2=~ s/ /%20/g;
+       $sub2=~ s/\'/%27/g;
      print "\"<a 
href=\"/cgi-bin/koha/maint/catmaintain.pl?type=allsub&sub=$sub\" 
onclick=\'messenger(\"/cgi-bin/koha/maint/catmaintain.pl?type=modsub&sub=$sub2\");window1.focus()\'>$results->[$i]->{'subject'}\"</a><br>\n";
    }
***************
*** 85,88 ****
--- 86,90 ----
    print "<input type=hidden name=type value=catmain>";
    print "Show all Titles beginning with <input type=text name=title><br>";
+   print "Item Number <INPUT TYPE=\"text\"  SIZE=\"25\"   NAME=\"item\"><br>";
    print "<input type=submit value=Show>";
    print "</form>";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]