Undefined indexes sname and fname fixed
authorRoland Häder <roland@mxchange.org>
Tue, 9 Dec 2008 18:10:50 +0000 (18:10 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 9 Dec 2008 18:10:50 +0000 (18:10 +0000)
inc/databases.php
templates/de/html/admin/admin_list_bonus_rows.tpl

index 5522e6f6f01deab9a0439869360ddedd8813f9f9..3c8a5f6d979609bcc25776d540c262bfcd36169d 100644 (file)
@@ -114,7 +114,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
 define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
-define('CURR_SVN_REVISION', "613");
+define('CURR_SVN_REVISION', "614");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index 68cdd461b7a3fe464f4c3da112574b41a281b2a7..a71db526c51c4810df9c6f60f2de78cb7727dfeb 100644 (file)
@@ -1,7 +1,7 @@
 <TR>
        <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[cnt]$content[win2]</TD>
        <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[uid]$content[win2]</TD>
 <TR>
        <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[cnt]$content[win2]</TD>
        <TD class="switch_sw$content[sw] bottom2 right2" align="center">$content[win1]$content[uid]$content[win2]</TD>
-       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[win1]<A href="$content[email]">$content[gender] $content[sname] $content[fname]</A>$content[win2]</TD>
+       <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[win1]<A href="$content[email]">$content[gender] $content[surname] $content[family]</A>$content[win2]</TD>
        <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[turbo] {!POINTS!}</TD>
        <TD class="switch_sw$content[sw] bottom2">&nbsp;$content[last]</TD>
 </TR>
        <TD class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[turbo] {!POINTS!}</TD>
        <TD class="switch_sw$content[sw] bottom2">&nbsp;$content[last]</TD>
 </TR>