From 4c3252b335e7e4138a251d4fef47cb9dc6d73374 Mon Sep 17 00:00:00 2001 From: kados Date: Sun, 2 Apr 2006 19:19:02 +0000 Subject: [PATCH] adding Log.pm --- misc/sync_koha_plugin.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/sync_koha_plugin.pl b/misc/sync_koha_plugin.pl index d1f3d2aa0b..b683533b22 100755 --- a/misc/sync_koha_plugin.pl +++ b/misc/sync_koha_plugin.pl @@ -64,9 +64,10 @@ system( ); system( 'cp', - $opt{head_dir}.'/C4/Amazon.pm', + $opt{head_dir}.'/C4/Log.pm', $opt{rel_2_2_dir}.'/C4/' ); + system( 'cp', $opt{head_dir}.'/C4/Review.pm', @@ -74,7 +75,7 @@ system( ); system( 'cp', - $opt{head_dir}.'/C4/Search.pm', + $opt{head_dir}.'/misc/plugin/Search.pm', $opt{rel_2_2_dir}.'/C4/' ); @@ -130,7 +131,7 @@ system( $opt{rel_2_2_dir}.'/koha-tmpl/intranet-tmpl/npl/en/cataloguing' ); -## Add the 'record.abs' symlink +## Add the 'record.abs' symlink system( 'ln', '-s', @@ -149,9 +150,8 @@ system( print "Finished\n\nRemember, you still need to: 1. Edit moredetail.tmpl and detail.tmpl to allow for deletions -2. symlink your Koha directory's intranet/zebra dir to the zebra dir - where the pqf file is -3. add to the detail.tmpl + +2. add to the search pages to sort by relevance by default \n"; -- 2.11.0