Index: drupalvb.inc.php
===================================================================
--- drupalvb.inc.php	(revision 1072)
+++ drupalvb.inc.php	(working copy)
@@ -58,23 +58,23 @@
 
 //Function to parse (if necessary) and display appropriate drupalvb messages
 function drupalvb_msg($msg, $arg = "unknown") {
-  switch ($msg) {
-    case DVBERROR:
-      drupal_set_message("Error: " . $arg);
-      break;
-    case DVBLOGIN:
-      $vbulletin = _drupalvb_vb_init();
-      drupal_set_message("Logging into the website gives you access to " . l($vbulletin->options['bbtitle'], $vbulletin->options['bburl'], array('target' => '_blank')) . " as well.");
-      break;
-    case DVBREGISTER:
-      drupal_set_message("You are now registered to access the site and the forums!");
-      break;
-    case DVBUPDATE:
-      drupal_set_message("User information updated on the site and the forums.");
-      break;
-    default:
-      drupal_set_message($arg);
-  }  
+//  switch ($msg) {
+//    case DVBERROR:
+//      drupal_set_message("Error: " . $arg);
+//      break;
+//    case DVBLOGIN:
+//      $vbulletin = _drupalvb_vb_init();
+//      drupal_set_message("Logging into the website gives you access to " . l($vbulletin->options['bbtitle'], $vbulletin->options['bburl'], array('target' => '_blank')) . " as well.");
+//      break;
+//    case DVBREGISTER:
+//      drupal_set_message("You are now registered to access the site and the forums!");
+//      break;
+//    case DVBUPDATE:
+//      drupal_set_message("User information updated on the site and the forums.");
+//      break;
+//    default:
+//      drupal_set_message($arg);
+//  }  
   
   return;
 }
