# This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines. @@ -1658,7 +1658,7 @@ // If anonymous user and no unique hash, refresh with a unique string to // prevent caching. - if (!$quiz->name && arg(4) == NULL) { + if (!$quiz->name && arg(3) == NULL) { drupal_goto('node/'. $quiz->nid .'/take/'. md5(mt_rand() . time())); }