24 Jan
2025
24 Jan
'25
11:45 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38895 --- Comment #7 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- + if ( end - start > 1 ) { What is the purpose of this test? Should it be >0 btw ? end index is not inclusive in the substring call What about other places in the script where we do a similar call? -- You are receiving this mail because: You are watching all bug changes.