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,
|
||||
);
|
||||
|
|
Reference in a new issue