Ignore:
Timestamp:
04/26/12 11:43:10 (12 years ago)
Author:
marcosw
Message:

Ticket #2398 - Compatibilizacao com PHP-5.3 em alguns módulos do expresso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/class.powergraphic.inc.php

    r5921 r6037  
    11431143                    $this->color['line_2'] = imagecolorallocate($this->img, 220, 200,  50); 
    11441144                } 
    1145                 else if (ereg("^(5|6)$", $this->type)) 
     1145                else if (preg_match('/^(5|6)$/', $this->type)) 
    11461146                { 
    11471147                    $this->color['arc_1']        = imagecolorallocate($this->img, 100, 150, 200); 
Note: See TracChangeset for help on using the changeset viewer.