Einen richtigen Namen
This commit is contained in:
@@ -37,7 +37,6 @@ if($cid == -1) {
|
||||
ORDER BY "c_score" DESC, u."name" ASC
|
||||
LIMIT $2 OFFSET $3
|
||||
', array($cid, $limit, $offset))['data'];
|
||||
print_r($overview);
|
||||
foreach($overview as $row) {
|
||||
$name = $row['name'];
|
||||
$score = $row['c_score'];
|
||||
|
||||
Reference in New Issue
Block a user