Ignore:
Timestamp:
Nov 13, 2013, 3:40:00 PM (10 years ago)
Author:
plg
Message:

feature 1668: new display of userDetails, manage group list in user details,
display registration date in user list.

work in progress, not finished yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/user_list_backend.php

    r25194 r25475  
    1212 * you want to insert a non-database field (for example a counter or static image)
    1313 */
    14 $aColumns = array('id', 'username', 'status', 'mail_address');
     14$aColumns = array('id', 'username', 'status', 'mail_address', 'registration_date');
    1515       
    1616/* Indexed column (used for fast and accurate table cardinality) */
Note: See TracChangeset for help on using the changeset viewer.