Ignore:
Timestamp:
08/21/08 22:24:35 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1666:1667 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/includes/user_functions.php

    r1666 r1668  
    5959if (isset($_POST['login'])) { 
    6060    $auth_result = false; 
    61     $auth_methods = explode(",",$settings['auth_type'].","); 
     61    $auth_methods = isset($settings['auth_type']) ? explode(",",$settings['auth_type'].",") : array('local'); 
    6262    foreach($auth_methods as $auth_method) { 
    6363        switch($auth_method) { 
Note: See TracChangeset for help on using the changeset viewer.