diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-01-08 16:45:28 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-01-08 16:45:28 +0000 |
commit | e5d3666280aa98d9e12990aff7b2b360d71d3db0 (patch) | |
tree | c5aad61af0ba23e0d90cf6f41cb0764eabfb86a8 /apps/admin_dependencies_chk/settings.php | |
parent | 6dcabdc61c20ab926af15411c326d13cd49f041b (diff) | |
parent | ed5fb902bd1391d2fc2adb3c4e5cb25fcb16b93e (diff) | |
download | nextcloud-server-e5d3666280aa98d9e12990aff7b2b360d71d3db0.tar.gz nextcloud-server-e5d3666280aa98d9e12990aff7b2b360d71d3db0.zip |
Merge branch 'master' of gitorious.org:owncloud/owncloud into jqueryui
Diffstat (limited to 'apps/admin_dependencies_chk/settings.php')
-rw-r--r-- | apps/admin_dependencies_chk/settings.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/admin_dependencies_chk/settings.php b/apps/admin_dependencies_chk/settings.php index 34028056dbe..ce90dd604ca 100644 --- a/apps/admin_dependencies_chk/settings.php +++ b/apps/admin_dependencies_chk/settings.php @@ -45,12 +45,6 @@ $modules[] =array( 'message'=> $l->t('The php-gd module is needed to create thumbnails of your images')); $modules[] =array( - 'status' => OC_Helper::canExecute("mp3info") ? 'ok' : 'warning', - 'part'=> 'mp3info', - 'modules'=> array('media'), - 'message'=> $l->t('The program mp3info is useful to discover ID3 tags of your music files')); - -$modules[] =array( 'status' => function_exists("ldap_bind") ? 'ok' : 'error', 'part'=> 'php-ldap', 'modules'=> array('user_ldap'), |