Ignore:
Timestamp:
Oct 3, 2018 6:25:19 PM (6 years ago)
Author:
anonymous
Message:

Include user_id in namespace, add private init() method

File:
1 edited

Legend:

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

    r623 r644  
    147147        $output .= sprintf("%s%s\n", $indent, $var);
    148148    }
    149     return $output;
     149    return preg_replace(['/^[ \t]+$/', '/\n\n\n+/'], ['', "\n\n"], $output);
    150150}
    151151
Note: See TracChangeset for help on using the changeset viewer.