7 lines
91 B
PHP
7 lines
91 B
PHP
<?php
|
|
|
|
global $_LANGPDF;
|
|
$_LANGPDF = array();
|
|
$_LANGPDF['submitTranslationsPdf'] = '1';
|
|
|
|
?>
|