Changeset 7862 for trunk/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 02/13/2014 03:50:39 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-loader.php
r7756 r7862 139 139 ); 140 140 141 $meta_tables = array( 142 'xprofile_group' => $bp->table_prefix . 'bp_xprofile_meta', 143 'xprofile_field' => $bp->table_prefix . 'bp_xprofile_meta', 144 'xprofile_data' => $bp->table_prefix . 'bp_xprofile_meta', 145 ); 146 141 147 $globals = array( 142 148 'slug' => BP_XPROFILE_SLUG, 143 149 'has_directory' => false, 144 150 'notification_callback' => 'xprofile_format_notifications', 145 'global_tables' => $global_tables 151 'global_tables' => $global_tables, 152 'meta_tables' => $meta_tables, 146 153 ); 147 154
Note: See TracChangeset
for help on using the changeset viewer.