Changeset 1354
- Timestamp:
- 03/20/2008 03:22:53 AM (18 years ago)
- Files:
-
- 2 edited
-
branches/0.8/bb-includes/functions.php (modified) (1 diff)
-
trunk/bb-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8/bb-includes/functions.php
r1278 r1354 2710 2710 } 2711 2711 2712 if (!count($common_parts)) { 2713 return false; 2714 } 2715 2712 2716 if ($reverse) { 2713 2717 $common_parts = array_reverse( $common_parts ); -
trunk/bb-includes/functions.php
r1299 r1354 2684 2684 } 2685 2685 2686 if (!count($common_parts)) { 2687 return false; 2688 } 2689 2686 2690 if ($reverse) { 2687 2691 $common_parts = array_reverse( $common_parts );
Note: See TracChangeset
for help on using the changeset viewer.