Removed obsolete $ in source files
This commit is contained in:
parent
a39c010e06
commit
e5f2b64d98
146 changed files with 836 additions and 1081 deletions
|
@ -426,4 +426,3 @@ function stormtimetracking_list_report($report, $language) {
|
|||
|
||||
print theme('stormtimetracking_list_report', $report, $language, $timetrackings);
|
||||
}
|
||||
|
||||
|
|
|
@ -202,7 +202,7 @@ function stormtimetracking_menu() {
|
|||
$items['timetrackings/report/%/%'] = array(
|
||||
'title' => 'Timetrackings',
|
||||
'description' => 'SuiteDesk timetrackings',
|
||||
'page arguments' => array(3, 4),
|
||||
'page arguments' => array(2, 3),
|
||||
'page callback' => 'stormtimetracking_list_report',
|
||||
'access arguments' => array('Storm timetracking: access'),
|
||||
'type' => MENU_CALLBACK,
|
||||
|
|
Reference in a new issue