fixed: provided links for new games, so that reloading is not required anymore
[e-DoKo.git] / functions.php
index ec7dfacbf67d247a8ada7f713732d468bdd9f2fe..221bea8f2d028d2ad6066e1a13928503b5b2c9cb 100644 (file)
@@ -26,8 +26,8 @@ function myisset()
   foreach($args as $arg)
     {
       $ok = $ok * isset($_REQUEST[$arg]);
-      /* echo "$arg: ok = $ok <br />";
-       */
+      /*echo "$arg: ok = $ok <br />";
+       */ 
     }
   return $ok;
 }