Changeset 550 for trunk/lib/DB.inc.php


Ignore:
Timestamp:
Nov 24, 2015 5:38:54 PM (8 years ago)
Author:
anonymous
Message:

Escaped quotes from email from names.
Changed logMsg string truncation method and added version to email log msg.
Better variable testing in carry queries.
Spelling errors.
Added runtime cache to Currency.
Added logging to form validation.
More robust form validation.
Added json serialization methond to Version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/DB.inc.php

    r547 r550  
    374374     * @param  string $table                The name of the table to search.
    375375     * @param  array  $columns              An array of column names.
    376      * @param  bool   $strict               Exact schema match, or are additional fields in the table okay?
     376     * @param  bool   $strict               Exact schema match. If TRUE, test if *only* the given columns exist. If FALSE, test if given columns exist (possibly amongst others).
    377377     * @param  bool   $use_cached_results   Get fresh table info (in case DB changed).
    378378     * @return bool                         true if column(s) exist.
Note: See TracChangeset for help on using the changeset viewer.