Changeset 241 for trunk/install


Ignore:
Timestamp:
06/15/2011 09:11:16 PM (11 months ago)
Author:
sque
Message:

[installer] Fix: constructing admin user to have status 'activated' not 'active'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/steps/step_dbinit.php

    r240 r241  
    8585                // Additional fields 
    8686                $fields['date_in'] = 'NOW()'; 
    87                 $fields['status'] = "'active'"; 
     87                $fields['status'] = "'activated'"; 
    8888                 
    8989                $field_names = array_keys($fields); 
Note: See TracChangeset for help on using the changeset viewer.