$aval) { if (preg_match("/^(?:paperid|position)$/", $akey)) { continue; } $spl[$akey . $apos] = $aval; } } $oc_authorNum = $apos; // Get topics $qt = "SELECT `topicid` FROM `" . OCC_TABLE_PAPERTOPIC . "` WHERE `paperid`='" . safeSQLstr($pid) . "'"; $rt = ocsql_query($qt) or err(oc_('Unable to retrieve topic(s) information')); $spl['topics'] = array(); while ($t = ocsql_fetch_array($rt)) { $spl['topics'][] = $t['topicid']; } require_once OCC_FORM_INC_FILE; require_once OCC_SUBMISSION_INC_FILE; print '
| ' . safeHTMLstr(oc_('Submission ID')) . ': | ' . safeHTMLstr($pid) . ' |
|---|