changed parameter for get_pdftext function
This commit is contained in:
parent
1658476912
commit
3a27f1591f
|
@ -681,7 +681,7 @@ class Config {
|
||||||
}
|
}
|
||||||
|
|
||||||
// returns text for user PDF files
|
// returns text for user PDF files
|
||||||
function get_pdftext() {
|
function get_pdftext($name = "User") {
|
||||||
if ($this->pdftext) return $this->pdftext;
|
if ($this->pdftext) return $this->pdftext;
|
||||||
else return "";
|
else return "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue