Changeset 2747
- Timestamp:
- 02/19/2010 02:42:00 PM (16 years ago)
- Location:
- branches/1.2
- Files:
-
- 3 edited
-
bp-activity.php (modified) (1 diff)
-
bp-blogs.php (modified) (1 diff)
-
bp-groups.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-activity.php
r2742 r2747 1110 1110 return false; 1111 1111 1112 $metas = array_map( 'maybe_unserialize', $metas );1112 $metas = array_map( 'maybe_unserialize', (array)$metas ); 1113 1113 1114 1114 if ( 1 == count($metas) ) -
branches/1.2/bp-blogs.php
r2742 r2747 774 774 } 775 775 776 $metas = array_map('maybe_unserialize', $metas);776 $metas = array_map('maybe_unserialize', (array)$metas); 777 777 778 778 if ( 1 == count($metas) ) -
branches/1.2/bp-groups.php
r2742 r2747 2451 2451 } 2452 2452 2453 $metas = array_map('maybe_unserialize', $metas);2453 $metas = array_map('maybe_unserialize', (array)$metas); 2454 2454 2455 2455 if ( 1 == count($metas) )
Note: See TracChangeset
for help on using the changeset viewer.