Removing references to README.txt files in help functions

This commit is contained in:
Manuel Cillero 2017-09-09 09:07:34 +02:00
parent cfe5e67bb3
commit 7211b87ec4
3 changed files with 0 additions and 26 deletions

View file

@ -15,8 +15,6 @@ function stormquicktt_help($path, $arg) {
switch ($path) {
case 'admin/suitedesk/quicktt':
return '<p>'. t('Here you can set up parameters for SuiteDesk-Quick-TimeTracker.') .'</p>';
case 'admin/help#stormquicktt':
return filter_filter('process', 2, NULL, file_get_contents(dirname(__FILE__) ."/README.txt"));
}
}