Ignore:
Timestamp:
Feb 2, 2004, 1:55:18 AM (20 years ago)
Author:
gweltas
Message:

Merge of the 1.3.1 release
Creation of an unique include file (common.php)
Creation of an unique define file (include/constants.php)
Modification of the installation procedure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/user_perm.php

    r226 r345  
    5353  }
    5454  check_favorites( $_GET['user_id'] );
     55  synchronize_user( $_GET['user_id'] );
    5556  $vtp->addSession( $sub, 'confirmation' );
    5657  $url = './admin.php?page=user_list';
     
    5960}
    6061//---------------------------------------------------------------- form display
    61 $restrictions = get_restrictions( $_GET['user_id'], $page['user_status'],
     62$restrictions = get_user_restrictions( $_GET['user_id'], $page['user_status'],
    6263                                  false, false );
    6364$action = './admin.php?page=user_perm&user_id='.$_GET['user_id'];
Note: See TracChangeset for help on using the changeset viewer.