https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27893
--- Comment #26 from Marcel de Rooy <[email protected]> --- (In reply to Katrin Fischer from comment #24) > 2) + #FIXME This should be handled in template alert The context is: if ($error) { + #FIXME This should be handled in template alert warn "ERROR when DELETING BIBLIO $biblionumber : $error"; print "Content-Type: text/html\n\n<html><body><h1>ERROR when DELETING BIBLIO $biblionumber : $error</h1></body></html>"; You could also read this FIXME as a TODO. It would be much nicer to do that. But this report is not about improving error reporting of that script. Sometimes you see things to improve within the context of development. And it could be handy to make a note like that. The warn and print here are just existing code. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
