Changeset 650 for branches/1.1dev/lib


Ignore:
Timestamp:
Nov 15, 2018 11:03:36 PM (5 years ago)
Author:
anonymous
Message:

Minor

File:
1 edited

Legend:

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

    r649 r650  
    2020function dump($var, $display=false, $dump_method=SC_DUMP_PRINT_R, $file='', $line='')
    2121{
    22     $app =& App::getInstance();
    23 
    2422    if ('cli' === php_sapi_name() || defined('_CLI')) {
    2523        echo "DUMP FROM: $file $line\n";
Note: See TracChangeset for help on using the changeset viewer.