Removed obsolete $ in source files
This commit is contained in:
parent
a39c010e06
commit
e5f2b64d98
146 changed files with 836 additions and 1081 deletions
|
@ -883,7 +883,7 @@ function storminvoice_admin_settings() {
|
|||
$form['storminvoice_tcpdf_location'] = array(
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Location of tcpdf library'),
|
||||
'#default_value' => variable_get('storminvoice_tcpdf_location', t('libraries/tcpdf')),
|
||||
'#default_value' => variable_get('storminvoice_tcpdf_location', 'libraries/tcpdf'),
|
||||
'#description' => t('The directory that contains the <a href="http://sourceforge.net/projects/tcpdf/files/">TCPDF library</a> (libraries/tcpdf is recommended).'),
|
||||
'#size' => 50,
|
||||
);
|
||||
|
|
|
@ -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