$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("Unable to get topics "); $spl['topics'] = array(); while ($t = ocsql_fetch_array($rt)) { $spl['topics'][] = $t['topicid']; } // Display fields print '
| ' . oc_('Submission ID') . ': | ' . safeHTMLstr($pid) . ' |
|---|