You are here

function rtf::setAuthor in Bibliography Module 6

Same name and namespace in other branches
  1. 6.2 modules/rtf/rtf_export.inc \rtf::setAuthor()
  2. 7 modules/rtf/rtf_export.inc \rtf::setAuthor()
  3. 7.2 modules/rtf/rtf_export.inc \rtf::setAuthor()

File

./class_rtf.php, line 78

Class

rtf

Code

function setAuthor($author = "") {
  $this->info_table["author"] = $author;
}