Changeset 1055 for trunk/common


Ignore:
Timestamp:
10/07/09 19:42:35 (3 years ago)
Author:
bogdan2412
Message:

Fix some invalid HTML.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/common/db/smf.php

    r1052 r1055  
    5959// Updates SMF user information from a regular infoarena user. 
    6060function smf_update_user($ia_user) { 
    61  
    6261    $fields = array( 
    6362        'memberName' => $ia_user['username'], 
     
    113112        $is_smf_admin = true; 
    114113    } 
    115  
    116114    if (in_array(1, $additional_groups)) { 
    117115        $is_smf_admin = true; 
Note: See TracChangeset for help on using the changeset viewer.