Changeset 1385 for trunk/bb-includes/functions.php
- Timestamp:
- 03/30/2008 10:31:06 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/functions.php
r1381 r1385 53 53 $branch[$leaf->forum_id] = true; 54 54 $_leaves = false; 55 return $tree = empty($branch) ? false : $branch;55 return ( empty($branch) ? false : $branch ); 56 56 } 57 57
Note: See TracChangeset
for help on using the changeset viewer.