THE DIFFERENCE ONE ! CAN MAKE also 1.10.1
This commit is contained in:
parent
07ce879231
commit
d6b293e102
1 changed files with 2 additions and 2 deletions
|
@ -334,7 +334,7 @@ $auth = @$_SESSION['mod']; // Set an alias for mod
|
|||
print '<fieldset id="'.$post['id'].'">';
|
||||
print '<legend><b>'.$post['title'].'</b> <a href="#'.$post['id'].'">'.L_BY.'</a> <b>';
|
||||
|
||||
if(empty($post['email']))
|
||||
if(!empty($post['email']))
|
||||
print '<a href="mailto:'.$post['email'].'">'.$postData['name'].$postData['trip'].'</a>';
|
||||
else
|
||||
print $postData['name'].$postData['trip'];
|
||||
|
@ -634,6 +634,6 @@ $auth = @$_SESSION['mod']; // Set an alias for mod
|
|||
}
|
||||
?>
|
||||
<!-- Please retain the full copyright notice below including the link to flashii.net. This not only gives respect to the amount of time given freely by the developer but also helps build interest, traffic and use of ninechan. -->
|
||||
<h6><a href="http://nine.flashii.net/" target="_blank">ninechan</a> <?=($ninechan['showversion'] ? '1.10 ' : null);?>© <a href="http://flashii.net/" target="_blank">Flashwave</a></h6>
|
||||
<h6><a href="http://nine.flashii.net/" target="_blank">ninechan</a> <?=($ninechan['showversion'] ? '1.10.1 ' : null);?>© <a href="http://flashii.net/" target="_blank">Flashwave</a></h6>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue