--- tvi.module_ORIG	2010-07-16 09:52:38.000000000 -0700
+++ tvi.module	2010-07-16 09:54:46.000000000 -0700
@@ -237,6 +237,9 @@ function tvi_render_view($str_tids = '',
 function tvi_get_view_info($str_tids) {
   
   $terms = taxonomy_terms_parse_string($str_tids);
+
+  // Defaults
+  $term = $view = $settings = NULL;
     
   if (count($terms['tids']) == 1) {    
     $info = tvi_get_term_info($terms['tids'][0], TVI_DATATYPE_ALL);
@@ -469,4 +472,4 @@ function tvi_include() {
 }
 
 //------------------------------------------------------------------------------
-/*---------- [ Click here to be transformed into a Spider Monkey ] -----------*/
\ No newline at end of file
+/*---------- [ Click here to be transformed into a Spider Monkey ] -----------*/
