Changeset 6057 for trunk/about.php


Ignore:
Timestamp:
04/27/12 09:17:30 (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/about.php

    r162 r6057  
    6767                                                          { 
    6868                                                                 $names = explode('<br>',$infos['name']); 
    69                                                                  $emails = split('@|<br>',$infos['email']); 
     69                                                                 $emails = preg_split('/@|<br>/',$infos['email']); 
    7070                                                                 if (count($names) < count($emails)/2) 
    7171                                                                 { 
Note: See TracChangeset for help on using the changeset viewer.