[Koha-cvs] CVS: koha/misc/spellcheck_suggest make_spellcheck_suggest.pl,1.1,1.2

Joshua Ferraro joshferraro at users.sourceforge.net
Wed May 4 15:45:25 CEST 2005


Update of /cvsroot/koha/koha/misc/spellcheck_suggest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30665

Modified Files:
	make_spellcheck_suggest.pl 
Log Message:
Minor change to generalize the script


Index: make_spellcheck_suggest.pl
===================================================================
RCS file: /cvsroot/koha/koha/misc/spellcheck_suggest/make_spellcheck_suggest.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** make_spellcheck_suggest.pl	4 May 2005 13:41:36 -0000	1.1
--- make_spellcheck_suggest.pl	4 May 2005 13:45:18 -0000	1.2
***************
*** 18,22 ****
  ##
   # Change this to where your Koha modules are (C4 directory)
! use lib '/var/www/labs.liblime.com/cvsroots/koha/';
   # These are the tags that have meaningful data
   # for the databases I've worked with (MARC21 only)
--- 18,22 ----
  ##
   # Change this to where your Koha modules are (C4 directory)
! use lib '/usr/local/koha/intranet/modules/';
   # These are the tags that have meaningful data
   # for the databases I've worked with (MARC21 only)
***************
*** 80,87 ****
   # syntax in the mysql manual if you're unsure how enable authentication)
  #
! #my dbh2 = C4::Context->dbh;
  #
  #my $dbh2=DBI->connect("DBI:mysql:<add your database name here>:localhost","<add your mysql user here>","<add your password here>");
- my $dbh2=DBI->connect("DBI:mysql:demosuggest:localhost","sugg","Free2cirC");
  ########################################################################
  ## End of most common configurable variables: in most cases you won't need
--- 80,86 ----
   # syntax in the mysql manual if you're unsure how enable authentication)
  #
! my dbh2 = C4::Context->dbh;
  #
  #my $dbh2=DBI->connect("DBI:mysql:<add your database name here>:localhost","<add your mysql user here>","<add your password here>");
  ########################################################################
  ## End of most common configurable variables: in most cases you won't need





More information about the Koha-cvs mailing list