koha-bugs
[Top][All Lists]
Advanced

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

[Koha-bugs] [Bug 1097] dictionary scripts appear to use substr incorrect


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1097] dictionary scripts appear to use substr incorrectly
Date: 31 Aug 2006 16:13:01 -0000

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1097





------- Comment #4 from address@hidden  2006-09-01 04:13 -------
Sorry, that's my fault.  I altered dictionary.pl before.  I didn't notice that
I stripped the ' before calling substr.  My bad for posting this.

(In reply to comment #3)
> kados : no, I won't apply the patch, because $curtag starts by a ' :
> $curtag = "'600a'", thus the substr is correct.              
> substr($curtag,1,3) = 600
> and 
> substr($curtag,4,1)= a
> 
> as expected.
> 




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




reply via email to

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