Changeset 2916
- Timestamp:
- 02/04/12 09:10:15 (4 months ago)
- Files:
-
- 1 modified
-
trunk/lib/phpcommon/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/phpcommon/functions.php
r2914 r2916 1007 1007 $html .= "</td>\n"; 1008 1008 $html .= " <td class=\"grouptaglist\">"; 1009 foreach ( split(',', $rowdatas['grouptaglist']) as $g) {1009 foreach (explode(',', $rowdatas['grouptaglist']) as $g) { 1010 1010 $html .= htmlRacesGroupLink($g); 1011 1011 $html .= " ";
