Ignore:
Timestamp:
Aug 27, 2021 2:27:14 AM (3 years ago)
Author:
anonymous
Message:

Set default mysql connection charset to utf8mb4

File:
1 edited

Legend:

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

    r746 r747  
    10871087 * quotes if necessary.
    10881088 *
    1089  * @param string $key (optional) The name of a $_REQUEST key.
    1090  * @param string $default (optional) The value to return if the
    1091  *                                   variable is not there.
     1089 * @param string $key       The name of a $_REQUEST key (optional).
     1090 * @param string $default   The value to return if the variable is set (optional).
    10921091 * @return mixed      A cleaned GET or POST array if no key specified.
    1093  * @return string     A cleaned form value if found, or $default.
     1092 * @return string     A cleaned form value if set, or $default.
    10941093 */
    10951094function getFormData($key=null, $default=null)
Note: See TracChangeset for help on using the changeset viewer.