|
|
| 0 |
-- a/plugins/reports/papers/PaperReportPlugin.inc.php |
0 |
++ b/plugins/reports/papers/PaperReportPlugin.inc.php |
|
Lines 226-232
class PaperReportPlugin extends ReportPlugin {
|
Link Here
|
|---|
|
| 226 |
$returner['mname' . $seq] = isset($author['mname']) ? $author['mname'] : ''; |
226 |
$returner['mname' . $seq] = isset($author['mname']) ? $author['mname'] : ''; |
| 227 |
$returner['lname' . $seq] = isset($author['lname']) ? $author['lname'] : ''; |
227 |
$returner['lname' . $seq] = isset($author['lname']) ? $author['lname'] : ''; |
| 228 |
$returner['email' . $seq] = isset($author['email']) ? $author['email'] : ''; |
228 |
$returner['email' . $seq] = isset($author['email']) ? $author['email'] : ''; |
| 229 |
$returner['affiliation'] = isset($author['affiliation']) ? $author['affiliation'] : ''; |
229 |
$returner['affiliation' . $seq] = isset($author['affiliation']) ? $author['affiliation'] : ''; |
| 230 |
$returner['country' . $seq] = isset($author['country']) ? $author['country'] : ''; |
230 |
$returner['country' . $seq] = isset($author['country']) ? $author['country'] : ''; |
| 231 |
$returner['url' . $seq] = isset($author['url']) ? $author['url'] : ''; |
231 |
$returner['url' . $seq] = isset($author['url']) ? $author['url'] : ''; |
| 232 |
$returner['biography' . $seq] = isset($author['biography']) ? $author['biography'] : ''; |
232 |
$returner['biography' . $seq] = isset($author['biography']) ? $author['biography'] : ''; |