Index: views.inc
===================================================================
--- views.inc	29 May 2009 23:25:12 -0000	1.1.2.3
+++ views.inc	9 Jul 2009 17:44:15 -0000
@@ -10,13 +10,10 @@
  *   The name of the view, must be EXACTLY the same as the 'name'
  *   attribute in the export!
  */
-function install_views_ui_import_from_file($file, $name = NULL) {
+function install_views_ui_import_from_file($file, $name = '') {
   if (!file_exists($file)) {
     return FALSE;
   }
-  if (!$name) {
-    return FALSE;
-  }
 
   $export = file_get_contents($file);
 
