Changeset 4975 for trunk/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 08/13/2011 09:56:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-template.php
r4961 r4975 539 539 // First, check to see whether the user's saved values 540 540 // match the option 541 for ( $j = 0, $count = count( $option_values ); $j < $count; ++$j ) {541 for ( $j = 0, $count_values = count( $option_values ); $j < $count_values; ++$j ) { 542 542 543 543 // Run the allowed option name through the
Note: See TracChangeset
for help on using the changeset viewer.