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/phpgwapi/inc/class.xml.inc.php

    r5928 r6037  
    33783378                         
    33793379                        // Replace the last separator. 
    3380                         $command = eregi_replace(", $", ");", $command); 
     3380                        $command = preg_replace('/, $/i', ');', $command); 
    33813381                         
    33823382                        // Execute the command. 
Note: See TracChangeset for help on using the changeset viewer.