Ignore:
Timestamp:
May 26, 2010, 2:20:07 AM (14 years ago)
Author:
plg
Message:

merge r6361 from branch 2.1 to trunk

feature 1697: ability to deactivate the synchronization method to add photos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/configuration.php

    r6363 r6365  
    222222$tabsheet->add('history', l10n('History'), $conf_link.'history');
    223223$tabsheet->add('comments', l10n('Comments'), $conf_link.'comments');
    224 $tabsheet->add('upload', l10n('Upload'), $conf_link.'upload');
     224if ($conf['enable_synchronization'])
     225{
     226  $tabsheet->add('upload', l10n('Upload'), $conf_link.'upload');
     227}
    225228$tabsheet->add('default', l10n('Guest Settings'), $conf_link.'default');
    226229// TabSheet selection
Note: See TracChangeset for help on using the changeset viewer.