From dbe2f70fa53fe95dd0847960d2f79ba9d3999a43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 4 Jul 2010 13:11:02 +0000 Subject: [PATCH] Typo fixed --- inc/modules/admin/what-list_rallyes.php | 2 +- templates/de/html/admin/admin_list_rallye_usr_row.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/modules/admin/what-list_rallyes.php b/inc/modules/admin/what-list_rallyes.php index fa0d0a2ee9..d60526728a 100644 --- a/inc/modules/admin/what-list_rallyes.php +++ b/inc/modules/admin/what-list_rallyes.php @@ -262,7 +262,7 @@ ORDER BY 'userid' => $row['userid'], 'bold_l' => $bl , 'bold_r' => $br , - 'rews' => $row['refs'], + 'refs' => $row['refs'], 'cnt' => $cnt, 'opoints' => ($points - $row['curr_points']), ); diff --git a/templates/de/html/admin/admin_list_rallye_usr_row.tpl b/templates/de/html/admin/admin_list_rallye_usr_row.tpl index a1a456086a..1aa2935b39 100644 --- a/templates/de/html/admin/admin_list_rallye_usr_row.tpl +++ b/templates/de/html/admin/admin_list_rallye_usr_row.tpl @@ -4,7 +4,7 @@ href="{%url=modules.php?module=admin&what=list_user&userid=$content[userid]%}">$content[userid]$content[bold_r] - $content[bold_l]$content[rews]$content[bold_r] + $content[bold_l]$content[refs]$content[bold_r] $content[bold_l]$content[cnt]$content[bold_r] -- 2.39.5