Ignore:
Timestamp:
Mar 30, 2021, 11:16:34 PM (3 years ago)
Author:
roby
Message:

ulteriori modifiche per adeguamento a php7
Client: aggiornamento jpgraph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/grafici/jpgraph_errhandler.inc.php

    r284 r346  
    1717if( !defined('USE_IMAGE_ERROR_HANDLER') ) {
    1818    define('USE_IMAGE_ERROR_HANDLER',true);
     19}
     20
     21if( !defined('IMG_PNG') ) {
     22    define('IMG_PNG',true);
    1923}
    2024
     
    156160        $errobj->Raise($this->getMessage());
    157161    }
    158     static public function defaultHandler(Exception $exception) {
     162    static public function defaultHandler(Throwable $exception) {
    159163        global $__jpg_OldHandler;
    160164        if( $exception instanceof JpGraphException ) {
Note: See TracChangeset for help on using the changeset viewer.