Changeset 2095 in ExiteCMS for trunk/modules/user_info_panel/user_info_panel.php
- Timestamp:
- 12/07/08 01:22:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/user_info_panel/user_info_panel.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/user_info_panel/user_info_panel.php
r2079 r2095 80 80 81 81 // get which authentication to show 82 $variables['auth_methods'] = explode(",",$settings['auth_type']);82 $variables['auth_methods'] = $GLOBALS['cms_authentication']->selected; 83 83 $variables['method_count'] = count($variables['auth_methods']); 84 84 $variables['auth_state'] = array();
Note: See TracChangeset
for help on using the changeset viewer.
