Changeset 2916

Show
Ignore:
Timestamp:
02/04/12 09:10:15 (4 months ago)
Author:
paparazzia
Message:

* see #244 (split() is deprecated)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/phpcommon/functions.php

    r2914 r2916  
    10071007      $html .= "</td>\n"; 
    10081008      $html .= " <td class=\"grouptaglist\">"; 
    1009       foreach (split(',', $rowdatas['grouptaglist']) as $g) { 
     1009      foreach (explode(',', $rowdatas['grouptaglist']) as $g) { 
    10101010          $html .= htmlRacesGroupLink($g); 
    10111011          $html .= " ";