mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Forum search script, multi keyword search supported
search: titles, posts, authors latest posts authors latest threads view latest threads view latest posts ------- working on new ipn for paygol (under dev)
This commit is contained in:
@@ -69,7 +69,7 @@ if (empty($_POST) === false) {
|
||||
<?php
|
||||
foreach ($array as $value) {
|
||||
// start foreach
|
||||
if ($value['group_id'] < 2) {
|
||||
if ($config['TFSVersion'] == 'TFS_10' || $value['group_id'] < 2) {
|
||||
echo '<tr>';
|
||||
echo '<td><a href="characterprofile.php?name='. $value['name'] .'">'. $value['name'] .'</a></td>';
|
||||
if ($skillid == 7) echo '<td>'. $value['level'] .'</td>';
|
||||
|
Reference in New Issue
Block a user