Changeset 1280:d9627cb1cb02 for admin/index.php
- Timestamp:
- 08/06/13 10:03:57 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r1247 r1280 59 59 if (!$core->auth->user_prefs->dashboard->prefExists('quickentry')) { 60 60 if (!$core->auth->user_prefs->dashboard->prefExists('quickentry',true)) { 61 $core->auth->user_prefs->dashboard->put('quickentry', false,'boolean','',null,true);62 } 63 $core->auth->user_prefs->dashboard->put('quickentry', false,'boolean');61 $core->auth->user_prefs->dashboard->put('quickentry',true,'boolean','',null,true); 62 } 63 $core->auth->user_prefs->dashboard->put('quickentry',true,'boolean'); 64 64 } 65 65
Note: See TracChangeset
for help on using the changeset viewer.