[koha-commits] main Koha release repository branch new/bug_7902 created. v3.06.00-1150-g012c6df

Git repo owner gitmaster at git.koha-community.org
Fri Apr 13 16:56:53 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_7902 has been created
        at  012c6df0015b68dfa390d6ed4faedbc42c8af9ce (commit)

- Log -----------------------------------------------------------------
commit 012c6df0015b68dfa390d6ed4faedbc42c8af9ce
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Thu Apr 5 09:38:52 2012 -0400

    Bug 7902 - Adding Function to Check for Existence of Tables
    
    This patch adds a function TableExists which checks for the existence
    of a given table and returns 1 or 0 accordingly. This allows us to
    check for the existence of a given table when doing operations on
    tables which may not exist in a given database which, in turn, will
    reduce the number of red errors which show up after an upgrade.
    
    An example of its use is included in this patch.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    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