3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Issue #2658234: Remove Markdown support

This reverts commit b5f32504d2.
This commit is contained in:
Michael Stenta 2016-01-28 10:49:26 -05:00
parent b5f32504d2
commit b5699d1c57
2 changed files with 0 additions and 10 deletions

View file

@ -86,9 +86,6 @@ projects[libraries_cdn][version] = "1.7"
projects[log][subdir] = "contrib"
projects[log][version] = "1.5"
projects[markdown][subdir] = "contrib"
projects[markdown][version] = "1.2"
projects[navbar][subdir] = "contrib"
projects[navbar][version] = "1.7"

View file

@ -316,13 +316,6 @@ function farm_update_7016(&$sandbox) {
variable_del('logintoboggan_site_403_user_login_block');
}
/**
* Enable Markdown module.
*/
function farm_update_7017(&$sandbox) {
_farm_enable_modules(array('markdown'));
}
/**
* Helper function: enable modules.
*/