[koha-commits] main Koha release repository branch new/bug_8849 created. v3.08.00-1111-gb570a76

Git repo owner gitmaster at git.koha-community.org
Wed Oct 24 18:09:09 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_8849 has been created
        at  b570a76064073da1d67a994977b5516f30daef96 (commit)

- Log -----------------------------------------------------------------
commit b570a76064073da1d67a994977b5516f30daef96
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Mon Oct 1 16:29:22 2012 +0800

    Bug 8849 - Error log generated when not a demo system
    
    Changed two lines similar to:
       unless (C4::Context->config('demo') == 1) {
    into lines similar to:
       unless (C4::Context->config('demo')) {
    By removing the == 1, undefined = false without an error. The
    value of demo is supposedly set by a koha-conf.xml variable,
    but there is very little documentation on this "demo mode"
    beyond the set it to 1 in koha conf for demo mode.  Also, demo
    doesn't exist in the default koha-conf.xml file generated.
    So anyone who knows to create it, will likely create it the
    proper way and with the proper value.
    
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list