Skip to content
  • Fokkema's avatar
    Fixed installation bug and made LOVD useful in strict mode, also preparing for the import feature: · 914785cb
    Fokkema authored
    - Adapted all checkFields() calls to allow for the passing of $zData, a requirement for the import code.
    - Edited the checkFields() of the diseases object to handle full data checking by the import script.
    - Fixed bug; LOVD 3.0-beta-08 was actually non-installable due to a change in table structure while the installation process was not updated accordingly.
    - LOVD is now also installable with MySQL's strict mode on. Closes #17: "installation error LOVD".
    - Increased efficiency of the checkFields() calls by the individuals and screenings objects by using data from $this->aFormData instead of running new queries.
    - Increased efficiency of the getForm() calls by the individuals, screenings and genomic variants objects by returning the previously generated form immediately, if available.
    
    
    git-svn-id: https://humgenprojects.lumc.nl/svn/LOVD3/trunk@231 a7477d18-a37e-46de-aef1-57953c184492
    914785cb