koha.git
21 years agoUpdate to acqui.simple system. Hopefully this is a lot more user friendly.
truth_nz [Wed, 22 May 2002 18:35:25 +0000 (18:35 +0000)]
Update to acqui.simple system. Hopefully this is a lot more user friendly.
Probably a few bug fixes to come still.

21 years agoFirst attempt at a perl data structure for marc records
tonnesen [Wed, 22 May 2002 16:00:51 +0000 (16:00 +0000)]
First attempt at a perl data structure for marc records

21 years agoAdd biblio using C4::Acquisitions newbiblio
amillar [Wed, 22 May 2002 06:45:30 +0000 (06:45 +0000)]
Add biblio using C4::Acquisitions newbiblio

21 years agoFixing syntax error
rangi [Wed, 22 May 2002 04:30:44 +0000 (04:30 +0000)]
Fixing syntax error

21 years agoFix typo in booksellerid field name
amillar [Tue, 21 May 2002 06:19:48 +0000 (06:19 +0000)]
Fix typo in booksellerid field name

21 years agoAdd item using newitem() from C4::Acquisitions.pm
amillar [Tue, 21 May 2002 06:17:48 +0000 (06:17 +0000)]
Add item using newitem() from C4::Acquisitions.pm

21 years agoFix warning about use of undefined variable, found when endmenu
amillar [Tue, 21 May 2002 06:15:41 +0000 (06:15 +0000)]
Fix warning about use of undefined variable, found when endmenu
   called from marcimport.pl

21 years agoModularize table creation, driven by hash instead of redundant code.
amillar [Tue, 21 May 2002 05:47:24 +0000 (05:47 +0000)]
Modularize table creation, driven by hash instead of redundant code.

21 years agoAdd comments, make branchrelations consistent with other table additions
amillar [Tue, 21 May 2002 05:12:42 +0000 (05:12 +0000)]
Add comments, make branchrelations consistent with other table additions

21 years agoSome minor changes to get detail.pl and moredetail.pl working nicely with
rangi [Tue, 21 May 2002 01:17:44 +0000 (01:17 +0000)]
Some minor changes to get detail.pl and moredetail.pl working nicely with
html::template

21 years agoFixing ItemInfo2 to ItemInfo
rangi [Tue, 21 May 2002 01:16:02 +0000 (01:16 +0000)]
Fixing ItemInfo2 to ItemInfo

21 years agoSome code cleanup. Created subroutines for ISBN checksum,
amillar [Mon, 20 May 2002 04:55:20 +0000 (04:55 +0000)]
Some code cleanup.  Created subroutines for ISBN checksum,
z3950 queue insert, and table-based form option selects
for item type and branch code (branch code select no longer
hard-coded).

21 years agoAdding in publisher and abstract as search fields
rangi [Sun, 19 May 2002 21:27:12 +0000 (21:27 +0000)]
Adding in publisher and abstract as search fields

21 years agoSome cleanup, reformatting, fix some undeclared variables
amillar [Sat, 18 May 2002 07:01:27 +0000 (07:01 +0000)]
Some cleanup, reformatting, fix some undeclared variables

21 years agoRemoving Catalogue.pm because it doesn't compile cleanly yet
amillar [Sat, 18 May 2002 06:56:13 +0000 (06:56 +0000)]
Removing Catalogue.pm because it doesn't compile cleanly yet

21 years agoChanged the wording of error message from:
finlayt [Sat, 18 May 2002 05:38:57 +0000 (05:38 +0000)]
Changed the wording of error message from:
"Cannot transfer item to branch it is already at"
to: "Item already at destination branch"

21 years agofixed a little bug with cookies and setting the branch and printer settings.
finlayt [Sat, 18 May 2002 05:37:26 +0000 (05:37 +0000)]
fixed a little bug with cookies and setting the branch and printer settings.

21 years agoimprooved layout and branch and printer settings are displayed
finlayt [Sat, 18 May 2002 05:07:26 +0000 (05:07 +0000)]
improoved layout and branch and printer settings are displayed

21 years agoCompletely new. This file handles the issues, and sets branch and printer
finlayt [Sat, 18 May 2002 05:05:53 +0000 (05:05 +0000)]
Completely new. This file handles the issues, and sets branch and printer
cookie.

21 years agofixed the branch and printer setting mechanism
finlayt [Sat, 18 May 2002 05:04:43 +0000 (05:04 +0000)]
fixed the branch and printer setting mechanism
changed layout slightly

21 years agoscript for changing the branch and printer settings, taken from circulation.pl
finlayt [Sat, 18 May 2002 05:02:25 +0000 (05:02 +0000)]
script for changing the branch and printer settings, taken from circulation.pl

21 years agoBenchmarking files for comparing performance of two different proposed database
tonnesen [Fri, 17 May 2002 22:03:14 +0000 (22:03 +0000)]
Benchmarking files for comparing performance of two different proposed database
schemas for MARC storage.  See IRC log at

    http://www.haz.cmsd.bc.ca/cgi-bin/kohalog.pl

for information on the two proposals.

21 years agoFew more changes... not much to look at yet, still wrapping my head around the
tonnesen [Thu, 16 May 2002 23:08:05 +0000 (23:08 +0000)]
Few more changes...  not much to look at yet, still wrapping my head around the
new schema

21 years agoUsed subfieldcode where I should have used subfieldid (in primary key) Note
tonnesen [Thu, 16 May 2002 20:42:55 +0000 (20:42 +0000)]
Used subfieldcode where I should have used subfieldid (in primary key) Note
that I changed bibcode and tagcode to bibid and tagid as well to avoid
confusion with subfieldcode (which is the one letter subfield code)

21 years agoAdded marc_NXX_subfield_table tables
tonnesen [Thu, 16 May 2002 20:27:12 +0000 (20:27 +0000)]
Added marc_NXX_subfield_table tables

21 years agoStarting rewrite of Catalogue.pm using Paul's new marc schema, and Alan's
tonnesen [Thu, 16 May 2002 18:10:35 +0000 (18:10 +0000)]
Starting rewrite of Catalogue.pm using Paul's new marc schema, and Alan's
koha-wide ban on $dbh->quote.  :)

21 years agoBeginning of marc stuff :
tipaul [Thu, 16 May 2002 16:20:40 +0000 (16:20 +0000)]
Beginning of marc stuff :
* in marc directory, the marcschema.sql contains now the new marc structure. The old one is in marcschema.old.sql.
* in marc directory, the fill_usmarc.pl script fills the structure tables with USMARC format in english. Thanks to steve for the BIG work getting them from LOC... It's still to do for UNIMARC in english, and of course in french for me ;-)
* in admin directory, the marctagstructure.pl script helps playing with the structure and modifying it... It's not ended (tomorrow, i hope it will be)

22 years agoJust a little fix to make it display an add variable button instead of add
rangi [Thu, 16 May 2002 02:16:27 +0000 (02:16 +0000)]
Just a little fix to make it display an add variable button instead of add
new member.
add variable button is in koha-html

22 years agosmalll bugfixes and code cleaning. See mail in koha-devel for remaining questions
tipaul [Wed, 15 May 2002 14:32:48 +0000 (14:32 +0000)]
smalll bugfixes and code cleaning. See mail in koha-devel for remaining questions

22 years agoUpdate of systempreferences table structure and admin script. Contains now a "help...
tipaul [Wed, 15 May 2002 12:17:35 +0000 (12:17 +0000)]
Update of systempreferences table structure and admin script. Contains now a "help" fields that shows what param is supposed to do what. The params will be in the sample-DB. I've dumped the 3 I know. If there are others, let me know :

INSERT INTO systempreferences VALUES ('template', 'french', 'Template default name. Not used for instance');
INSERT INTO systempreferences VALUES ('autoBarcode', '', '1 or else. If 1, Barcode is auto-calculated');
INSERT INTO systempreferences VALUES ('acquisitions', 'normal', 'normal or simple : will use acquisition system found in directory acqui.simple or acquisition');

22 years agosmall bugfix : adding bibdata only if exist
tipaul [Wed, 15 May 2002 08:17:59 +0000 (08:17 +0000)]
small bugfix : adding bibdata only if exist

22 years agonewsubtitle called only if title exist
tipaul [Wed, 15 May 2002 07:52:01 +0000 (07:52 +0000)]
newsubtitle called only if title exist

22 years agobugfix : link corrected to acquisition
tipaul [Wed, 15 May 2002 07:40:45 +0000 (07:40 +0000)]
bugfix : link corrected to acquisition

22 years agoNow uses KeywordSearch from C4::Search rather than keywordsearch from
rangi [Wed, 15 May 2002 06:11:21 +0000 (06:11 +0000)]
Now uses KeywordSearch from C4::Search rather than keywordsearch from
C4::Acquisitions .. which can now be deprecated?
At least unless gynn tells me ive done something bad :)

22 years agoFirst cut of moredetail.pl using html::template
rangi [Wed, 15 May 2002 04:54:07 +0000 (04:54 +0000)]
First cut of moredetail.pl using html::template

I think this is the last file ill work on templating for while, since this
allows me to achieve my aim which is to make the search results easily
customisable. So ill finish this off, then work on the opac versions. And
then back to bugfixing ill go

22 years agoReverting back to old search.pl (for now)
rangi [Wed, 15 May 2002 04:36:51 +0000 (04:36 +0000)]
Reverting back to old search.pl (for now)
The html::template version is in html-template

22 years agoDarn. Committed over old search.pl... really going to have to learn how to
tonnesen [Wed, 15 May 2002 04:16:37 +0000 (04:16 +0000)]
Darn.  Committed over old search.pl... really going to have to learn how to
roll back files.  ;)

22 years agoFixed search.pl so that next and previous buttons work... had to pass form
tonnesen [Wed, 15 May 2002 04:12:24 +0000 (04:12 +0000)]
Fixed search.pl so that next and previous buttons work... had to pass form
parameters in to the templates

Didn't make any changes to bulkmarcimport.pl recently, so I'm probably
squashing somebody else's changes.  Will have to fix that...

22 years agoFixed a few warnings.
truth_nz [Wed, 15 May 2002 04:08:38 +0000 (04:08 +0000)]
Fixed a few warnings.

22 years agoPatch to acqui system to use new newbiblioitem() parameters
truth_nz [Wed, 15 May 2002 02:22:24 +0000 (02:22 +0000)]
Patch to acqui system to use new newbiblioitem() parameters

22 years agoHtml::Templated version of detail.pl,
rangi [Wed, 15 May 2002 00:39:43 +0000 (00:39 +0000)]
Html::Templated version of detail.pl,
this combined with the template in koha-html should be a drop in replacement
for the intranet detail.pl script

22 years agoShifted picktemplate out into C4::Output.pm
rangi [Tue, 14 May 2002 23:13:23 +0000 (23:13 +0000)]
Shifted picktemplate out into C4::Output.pm

22 years agoBug that prevented picking alternate themes from default
tonnesen [Tue, 14 May 2002 21:54:41 +0000 (21:54 +0000)]
Bug that prevented picking alternate themes from default

22 years agoFixed some breakage...
tonnesen [Tue, 14 May 2002 21:46:11 +0000 (21:46 +0000)]
Fixed some breakage...

22 years agoMade a wrapper function catalogsearch
rangi [Tue, 14 May 2002 21:36:39 +0000 (21:36 +0000)]
Made a wrapper function catalogsearch
This then chooses whether to call KeywordSearch, or CatSearch, or any other
searches.

22 years agoNow works with all searches, this plus the templates should now be close to
rangi [Tue, 14 May 2002 21:33:23 +0000 (21:33 +0000)]
Now works with all searches, this plus the templates should now be close to
a drop in replacement for the existing search.pl

Actually, just the subject search to go (requires a slightly different
template .. or some kind of TMPL_IF in the template

22 years agoModifications to use new template directory structure. Removed hard coded
tonnesen [Tue, 14 May 2002 19:34:44 +0000 (19:34 +0000)]
Modifications to use new template directory structure.  Removed hard coded
includes directory in templates.  Note that TMPL_INCLUDE tags in a template
will now use the koha.conf includes variable as a search path, so only the
filename needs to be used.

22 years agoFirst, run updater/thesaurus_create.pl.
tipaul [Tue, 14 May 2002 11:26:09 +0000 (11:26 +0000)]
First, run updater/thesaurus_create.pl.
It creates a thesaurus table and fills it with data in bibliosubject. Thesaurus
contains 2 columns : freelib and stdlib. This permits connecting differents forms for a word/sentence (HUGO may be mapped to V. Hugo, Victor Hugo...)
In modbib.pl, you will see "..." near subject. If you   click on this ..., a popup appear. It has 4 parts : the Subject field, a search field with Search button. If you enter a value here and click Search, a list of thesaurus entries starting by what you enter appear.
If you select a value and click "OK", the value is added to the subject list.
When you've finished, click END. the window is closed, and the value copied to main subject window.

Make heavy use of javascript. TESTED UNDER MOZILLA 0.99. Please test under IE.

Administration of thesaurus table will come soon (with html::template) ...

22 years agoDB query optimisation
tipaul [Tue, 14 May 2002 09:13:52 +0000 (09:13 +0000)]
DB query optimisation

22 years ago* getallorders now returns only not fully recieved orders
tipaul [Tue, 14 May 2002 09:12:43 +0000 (09:12 +0000)]
* getallorders now returns only not fully recieved orders

22 years agoAdded code to allow deleting of biblioitems
truth_nz [Tue, 14 May 2002 04:12:52 +0000 (04:12 +0000)]
Added code to allow deleting of biblioitems

22 years agoAdded cell padding back in to table for default.tmpl
tonnesen [Mon, 13 May 2002 23:31:23 +0000 (23:31 +0000)]
Added cell padding back in to table for default.tmpl

22 years agoFixed reference to newsearch.pl instead of search.pl
tonnesen [Mon, 13 May 2002 23:22:42 +0000 (23:22 +0000)]
Fixed reference to newsearch.pl instead of search.pl

22 years agoFixed some problems in default.tmpl
tonnesen [Mon, 13 May 2002 23:20:45 +0000 (23:20 +0000)]
Fixed some problems in default.tmpl
Note, I have the includes dir hard-coded in default.tmpl.  Needs fixing.
Also, you can pick another template by setting a systempreferences variable
'template' to some other value.  If the given template can't be found, default.tmpl will be loaded instead.

22 years agoCalculate itemcount in Search.pm if using new template based search interface
tonnesen [Mon, 13 May 2002 23:07:47 +0000 (23:07 +0000)]
Calculate itemcount in Search.pm if using new template based search interface

22 years agoChanges:
tonnesen [Mon, 13 May 2002 23:05:45 +0000 (23:05 +0000)]
Changes:
 - templates are expected to be found in
    INCLUDESDIR/templates/catalogue/searchresults/default.tmpl
 - Works with default Search.pm from cvs

22 years agoWill work now with the existing C4/Search.pm at least the one in the main
rangi [Mon, 13 May 2002 22:29:27 +0000 (22:29 +0000)]
Will work now with the existing C4/Search.pm at least the one in the main
branch.
Will still break with the version in rel-1.2

22 years agooops, removing 3 test lines... (ending by a die !)
tipaul [Mon, 13 May 2002 20:32:36 +0000 (20:32 +0000)]
oops, removing 3 test lines... (ending by a die !)

22 years agoBugfixes : removes some hard coded trailing dates in select...
tipaul [Mon, 13 May 2002 20:22:24 +0000 (20:22 +0000)]
Bugfixes : removes some hard coded trailing dates in select...

22 years agobug fix to actually save the changes made to an website biblioitem.
truth_nz [Mon, 13 May 2002 00:45:46 +0000 (00:45 +0000)]
bug fix to actually save the changes made to an website biblioitem.

22 years agoChanges to allow modifications to the website biblioitems
truth_nz [Sun, 12 May 2002 18:08:17 +0000 (18:08 +0000)]
Changes to allow modifications to the website biblioitems
Changes to way that website biblioitems are shown on the details page

22 years agoNew files, and changes to add associated webstes to a biblio.
truth_nz [Sun, 12 May 2002 15:37:53 +0000 (15:37 +0000)]
New files, and changes to add associated webstes to a biblio.
Adds a new table to database - so installer needs updating again.

22 years agoCommitting Paul's changes into the main branch, and salvaging the changes
rangi [Sun, 12 May 2002 00:02:17 +0000 (00:02 +0000)]
Committing Paul's changes into the main branch, and salvaging the changes
made in version 1.4 that got clobberd by 1.5

22 years agoStarting Makefile.PL and starting work on pod inside Search.pm
rangi [Sat, 11 May 2002 01:50:35 +0000 (01:50 +0000)]
Starting Makefile.PL and starting work on pod inside Search.pm

22 years agoSmall cleanups. We really need to hash out some standard hierarchy for storing
tonnesen [Fri, 10 May 2002 22:38:08 +0000 (22:38 +0000)]
Small cleanups.  We really need to hash out some standard hierarchy for storing
these templates.  I'm thinking they are going to get a little overwhelming...

22 years agoCleaned up formatting of dewey number before returning result from Search.pm
tonnesen [Fri, 10 May 2002 22:34:36 +0000 (22:34 +0000)]
Cleaned up formatting of dewey number before returning result from Search.pm

22 years agoModified Search.pm to work with HTML::Template search.pl file. WARNING!! This
tonnesen [Fri, 10 May 2002 22:24:01 +0000 (22:24 +0000)]
Modified Search.pm to work with HTML::Template search.pl file.  WARNING!! This
Search.pm will break the existing search!!!!

22 years agoModified to use Search.pm and KeywordSearch().
tonnesen [Fri, 10 May 2002 22:18:48 +0000 (22:18 +0000)]
Modified to use Search.pm and KeywordSearch().
Note that I had to modify Search.pm as well to get it to return something other than that bizarre @stuff array.  :)

22 years agoFixed startfrom in template links in header
tonnesen [Fri, 10 May 2002 21:26:24 +0000 (21:26 +0000)]
Fixed startfrom in template links in header

22 years agoStill playing. Added a "next record" link
tonnesen [Fri, 10 May 2002 21:22:18 +0000 (21:22 +0000)]
Still playing.  Added a "next record" link

22 years agoAdded ability to switch between two templates. One template shows
tonnesen [Fri, 10 May 2002 17:41:05 +0000 (17:41 +0000)]
Added ability to switch between two templates.  One template shows
biblionumber, the other template shows notes, in the third column.

My thinking is that for every template, the scripts can search for a local
version of the template before using the default template.

22 years agoNow using real data. Returns first 20 records where author starts with 's'
tonnesen [Fri, 10 May 2002 17:21:36 +0000 (17:21 +0000)]
Now using real data.  Returns first 20 records where author starts with 's'

22 years agoPut Dewey back in template file
tonnesen [Fri, 10 May 2002 17:12:31 +0000 (17:12 +0000)]
Put Dewey back in template file

22 years agoStarting to play with HTML::Template
tonnesen [Fri, 10 May 2002 17:08:04 +0000 (17:08 +0000)]
Starting to play with HTML::Template
I'm going to work on the search interface instead of the circulation interface
as the search interface is where my librarians want the most changes at the
moment.

22 years agoJust adding some spaces to test the new cvs-koha list
rangi [Fri, 10 May 2002 05:03:19 +0000 (05:03 +0000)]
Just adding some spaces to test the new cvs-koha list

22 years agoUpdate to catalogue to allow change of biblio abstracts.
truth_nz [Thu, 9 May 2002 03:01:40 +0000 (03:01 +0000)]
Update to catalogue to allow change of biblio abstracts.
Related modifications to acqui system to match changes in Acquisition.pm
detail.pm changed to show abstract - still working on how to show url's

22 years agoUpdate to catalogue to allow change of biblio abstracts.
truth_nz [Thu, 9 May 2002 01:07:36 +0000 (01:07 +0000)]
Update to catalogue to allow change of biblio abstracts.
Related modifications to acqui system to match changes in Acquisition.pm
detail.pm changed to show abstract - still working on how to show url's

22 years agochanged the destination branch dropdown to only show branches that have
finlayt [Tue, 7 May 2002 04:36:00 +0000 (04:36 +0000)]
changed the destination branch dropdown to only show branches that have
categorycode == CU, ie can be current branch.

22 years agoNow use the new hash based results returned from Search.pm
rangi [Tue, 7 May 2002 00:09:06 +0000 (00:09 +0000)]
Now use the new hash based results returned from Search.pm

22 years agoMaking the CatSearch and KeywordSearch return more sane returns
rangi [Tue, 7 May 2002 00:08:20 +0000 (00:08 +0000)]
Making the CatSearch and KeywordSearch return more sane returns
Returns an array of hashrefs now, rather than the array of tab separated
strings it was returning before.

22 years agoRemoving keywordsearch2 (no longer used)
rangi [Mon, 6 May 2002 23:12:25 +0000 (23:12 +0000)]
Removing keywordsearch2 (no longer used)
Fixing glitches in counting lost items.
In items
itemlost=1 item marked lost by a librarian
itemlost=2 item marked lost by kohas automatic this item is over 4 weeks
overdue routine.

To the borrowers (ie in the opac) they should just show as lost

22 years agoFixing a typo
rangi [Mon, 6 May 2002 21:59:40 +0000 (21:59 +0000)]
Fixing a typo

22 years agoRemoved the "Item has been transfered" message from the returnbook2
finlayt [Mon, 6 May 2002 04:36:42 +0000 (04:36 +0000)]
Removed the "Item has been transfered" message from the returnbook2
subroutine.

22 years agoChanged the error message from: There is no book with barcode: XXXXXX
finlayt [Mon, 6 May 2002 04:30:37 +0000 (04:30 +0000)]
Changed the error message from: There is no book with barcode: XXXXXX
to: No item with barcode: XXXXXXX

22 years agoChanged the word: Fines to: Charges
finlayt [Mon, 6 May 2002 04:12:48 +0000 (04:12 +0000)]
Changed the word: Fines to: Charges

22 years agoFixed bug due to way hashes take values. Was stopping items being saved to
truth_nz [Mon, 6 May 2002 02:47:49 +0000 (02:47 +0000)]
Fixed bug due to way hashes take values. Was stopping items being saved to
database. Added code to pick up branch list from database.

22 years agoNo harm in adding these to the main branch either
rangi [Fri, 3 May 2002 21:40:28 +0000 (21:40 +0000)]
No harm in adding these to the main branch either

22 years agoBug fixes to get the new acqui.simple system working.
truth_nz [Fri, 3 May 2002 02:47:33 +0000 (02:47 +0000)]
Bug fixes to get the new acqui.simple system working.

22 years agoupdated database.mysql : dropped unused tables, created indexes : old database.mysql...
tipaul [Thu, 2 May 2002 09:19:49 +0000 (09:19 +0000)]
updated database.mysql : dropped unused tables, created indexes : old database.mysql updated by updatedatabase2.pl script

22 years agoadded branchrelations table and changed branchcategories table to allow
finlayt [Thu, 2 May 2002 00:23:26 +0000 (00:23 +0000)]
added branchrelations table and changed branchcategories table to allow
admin/branches.pl to work properly.

22 years agomoredetail.pl presents circulation information taken from the
finlayt [Thu, 2 May 2002 00:08:53 +0000 (00:08 +0000)]
moredetail.pl presents circulation information taken from the
branchtransfers table

Circ2.pm has been changed a little

admin/branches.pl alows branches to be added, edited and deleted.

updatedatabase needs more fixing

22 years agoChanges to circulations:
finlayt [Thu, 2 May 2002 00:06:28 +0000 (00:06 +0000)]
Changes to circulations:
added returns.pl  ->  deals with the returns only
moved old circulation.pl to circulationold.pl which still deals with issues.
fixed up branchtransfers.pl
moved circulation2.pl to circulation.pl

Note more changes coming next week

22 years agoCleaning out all unused cruft.
rangi [Tue, 30 Apr 2002 09:21:03 +0000 (09:21 +0000)]
Cleaning out all unused cruft.
C4Connect is the only function that was actually being used in this module

22 years agoscripts for new acqui.simple system
truth_nz [Mon, 29 Apr 2002 05:29:02 +0000 (05:29 +0000)]
scripts for new acqui.simple system

22 years agoModifications for new acqui.simple
truth_nz [Mon, 29 Apr 2002 05:25:41 +0000 (05:25 +0000)]
Modifications for new acqui.simple
Database includes new biblio abstract field and biblioitem url field
acqui/finishreceive.pl modified to use changed C4/Acquisitions.pm

22 years agoFixed typo
finlayt [Tue, 23 Apr 2002 00:34:16 +0000 (00:34 +0000)]
Fixed typo

22 years agofixed typo
finlayt [Mon, 22 Apr 2002 22:47:09 +0000 (22:47 +0000)]
fixed typo

22 years agoFixing bug reported by Steve,
rangi [Sun, 21 Apr 2002 06:33:32 +0000 (06:33 +0000)]
Fixing bug reported by Steve,
Couldnt remove an additional Author when modifying a biblio

22 years agoCorrect spelling - aquisitions to acquisitions
saas [Sun, 21 Apr 2002 04:45:21 +0000 (04:45 +0000)]
Correct spelling - aquisitions to acquisitions

22 years agogeneral cleanups
pate [Sun, 21 Apr 2002 01:58:26 +0000 (01:58 +0000)]
general cleanups