Changeset 801


Ignore:
Timestamp:
Nov 23, 2023 6:58:16 AM (5 months ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1dev/lib/Utilities.inc.php

    r794 r801  
    7373 * @return string Dump of var.
    7474 */
    75 function getDump($var, $serialize=false, $dump_method=SC_DUMP_PRINT_R)
     75function getDump($var, $serialize=false, $dump_method=SC_DUMP_JSON)
    7676{
    7777    switch ($dump_method) {
Note: See TracChangeset for help on using the changeset viewer.