Removing references to README.txt files in help functions
This commit is contained in:
parent
cfe5e67bb3
commit
7211b87ec4
3 changed files with 0 additions and 26 deletions
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue