Changeset 812 for trunk/lib/App.inc.php


Ignore:
Timestamp:
Mar 21, 2024 4:49:53 AM (7 weeks ago)
Author:
anonymous
Message:

Fix depreciation notices

File:
1 edited

Legend:

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

    r810 r812  
    232232        // Use the unicode modifier like this:  preg_replace('/[^0-9]/' . $app->getParam('preg_u'), '', $str);
    233233        'preg_u' => '',
     234
     235        // Prettify json when testing.
     236        'json_options' => JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES,
    234237    );
    235238
Note: See TracChangeset for help on using the changeset viewer.