admin/main.php 1 location
|
@@ 427-434 (lines=8) @@
|
| 424 |
|
$answerObj = $answerObjects[$j]; |
| 425 |
|
} |
| 426 |
|
|
| 427 |
|
if (isset($answerObj->vars['uid']['value'])) { |
| 428 |
|
$answerSubmitterID = $answerObj->vars['uid']['value']; |
| 429 |
|
|
| 430 |
|
$answerSubmitter = sf_getLinkedUnameFromId($answerSubmitterID, $smartModuleConfig['userealname']); |
| 431 |
|
} else { |
| 432 |
|
$answerSubmitter = '--------'; |
| 433 |
|
} |
| 434 |
|
echo "<td class='even' align='center'>" . $answerSubmitter . '</td>'; |
| 435 |
|
|
| 436 |
|
//mb--------------------------------------- |
| 437 |
|
|
include/displayfaqs.php 1 location
|
@@ 73-80 (lines=8) @@
|
| 70 |
|
$answerObj = $answerObjects[$j]; |
| 71 |
|
} |
| 72 |
|
|
| 73 |
|
if (isset($answerObj->vars['uid']['value'])) { |
| 74 |
|
$answerSubmitterID = $answerObj->vars['uid']['value']; |
| 75 |
|
|
| 76 |
|
$answerSubmitter = sf_getLinkedUnameFromId($answerSubmitterID, $smartModuleConfig['userealname']); |
| 77 |
|
} else { |
| 78 |
|
$answerSubmitter = '--------'; |
| 79 |
|
} |
| 80 |
|
|
| 81 |
|
echo '<tr>'; |
| 82 |
|
echo "<td class='head' align='center'>" . $faqsObj[$i]->faqid() . '</td>'; |
| 83 |
|
echo "<td class='even' align='left'>" . $categoryObj->name() . '</td>'; |