Index: gotwo.module
===================================================================
--- gotwo.module	(revision 16478)
+++ gotwo.module	(working copy)
@@ -127,7 +127,8 @@
     drupal_not_found();
   }
   else {
-    db_query(db_rewrite_sql("UPDATE {gotwo} SET cnt = cnt+1 WHERE gid = %d", $res->gid));
+    db_query(db_rewrite_sql("UPDATE {gotwo} SET cnt = cnt+1 WHERE gid = %d"), $res->gid);
+    //echo 'updated db '.$res->gid;exit;
     if (variable_get('gotwo_disclaimer_boolean', FALSE)) {
       // Display the Disclaimer.
       $disclaimer_text = variable_get('gotwo_disclaimer_text', '');
