[Koha-bugs] [Bug 6566] Checking if DB records are properly indexed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 5 11:20:48 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6566

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> 2011-08-05 09:20:48 UTC ---
Same for -t parameter. It not exists in GetOptions, just in usage.

For -s option, i think we can change 

    print "biblionumber $biblionumber not indexed\n" unless $nbhits;

with

    print "biblionumber $biblionumber not indexed\n" unless $nbhits or not
$silent;

or 

    print "biblionumber $biblionumber not indexed\n" if not $nbhits and $silent

(more readability)

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list