BUGFIX: some stats should really be displayed as an average per game...fixed
[e-DoKo.git] / functions.php
index 0ce3104701f2175c24d53f6e63053904ba8846d7..5adf4fa274627652b5ff01e620a02c93289a5c04 100644 (file)
@@ -785,7 +785,7 @@ function display_table ()
 
 function display_user_menu()
 {
-  global $wiki,$myid,$INDEX,$STATS;
+  global $WIKI,$myid,$INDEX,$STATS;
   echo "<div class=\"usermenu\">\n".
     "<a href=\"".$INDEX."\"> Go to my user page </a>";
 
@@ -808,7 +808,7 @@ function display_user_menu()
   echo "<hr /> <a href=\"".$STATS."\">Statistics</a>\n";
 
   echo
-    "<hr />Report bugs in the <a href=\"".$wiki."\">wiki</a>\n";
+    "<hr />Report bugs in the <a href=\"".$WIKI."\">wiki</a>\n";
   echo  "</div>\n";
   return;
 }