Changeset 3557:c5a964cbc258 for admin/index.php
- Timestamp:
- 07/24/17 11:29:07 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
admin/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin/index.php
r3554 r3557 71 71 } 72 72 $core->auth->user_prefs->dashboard->put('quickentry',false,'boolean'); 73 } 74 if (!$core->auth->user_prefs->dashboard->prefExists('nodcupdate')) { 75 if (!$core->auth->user_prefs->dashboard->prefExists('nodcupdate',true)) { 76 $core->auth->user_prefs->dashboard->put('nodcupdate',false,'boolean','',null,true); 77 } 78 $core->auth->user_prefs->dashboard->put('nodcupdate',false,'boolean'); 73 79 } 74 80 … … 206 212 207 213 # Dotclear updates notifications 208 if ($core->auth->isSuperAdmin() && !DC_NOT_UPDATE && is_readable(DC_DIGESTS) )214 if ($core->auth->isSuperAdmin() && !DC_NOT_UPDATE && is_readable(DC_DIGESTS) && !$core->auth->user_prefs->dashboard->nodcupdate) 209 215 { 210 216 $updater = new dcUpdate(DC_UPDATE_URL,'dotclear',DC_UPDATE_VERSION,DC_TPL_CACHE.'/versions');
Note: See TracChangeset
for help on using the changeset viewer.
