Removing obsolete references to readme files in source code
This commit is contained in:
parent
3bcd36d5ab
commit
37c335e3cc
31 changed files with 52 additions and 94 deletions
|
@ -329,7 +329,7 @@ function _print_pdf_tcpdf($print, $html, $filename = NULL) {
|
|||
if (isset($print['submitted'])) {
|
||||
$pdf->SetAuthor(strip_tags($print['submitted']));
|
||||
}
|
||||
$pdf->SetCreator(variable_get('site_name', 'Drupal'));
|
||||
$pdf->SetCreator(variable_get('site_name', 'SuiteDesk'));
|
||||
$pdf->SetTitle(html_entity_decode($print['title'], ENT_QUOTES, 'UTF-8'));
|
||||
if (isset($print['taxonomy'])) {
|
||||
$keys = implode(' ', explode("\n", trim(strip_tags($print['taxonomy']))));
|
||||
|
|
Reference in a new issue