Dotclear


Ignore:
Timestamp:
01/04/15 14:29:45 (11 years ago)
Author:
Dsls
Branch:
default
Children:
2900:d12215a1a1e7, 2903:0d4d248059af
Message:

Removed useless duplicate status for preferences.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/preferences.php

    r2853 r2899  
    352352); 
    353353 
    354 if (!empty($_GET['upd'])) { 
    355      dcPage::success(__('Personal information has been successfully updated.')); 
    356 } 
    357 if (!empty($_GET['updated'])) { 
    358      dcPage::success(__('Personal options has been successfully updated.')); 
    359 } 
    360 if (!empty($_GET['db-updated'])) { 
    361      dcPage::success(__('Dashboard options has been successfully updated.')); 
    362 } 
    363 if (!empty($_GET['append'])) { 
    364      dcPage::success(__('Favorites have been successfully added.')); 
    365 } 
    366 if (!empty($_GET['neworder'])) { 
    367      dcPage::success(__('Favorites have been successfully updated.')); 
    368 } 
    369 if (!empty($_GET['removed'])) { 
    370      dcPage::success(__('Favorites have been successfully removed.')); 
    371 } 
    372 if (!empty($_GET['replaced'])) { 
    373      dcPage::success(__('Default favorites have been successfully updated.')); 
    374 } 
    375  
    376354# User profile 
    377355echo '<div class="multi-part" id="user-profile" title="'.__('My profile').'">'; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map