--- biblio.module	2007-09-19 17:30:30.000000000 -0700
+++ biblio_new.module	2007-11-09 15:11:29.000000000 -0800
@@ -1303,10 +1303,11 @@ function biblio_validate(&$node) {
     form_set_error('biblio_type', t('You must select the type of publication'));
     return;
   } 
+/*
   if (!$node->biblio_authors) {
     form_set_error('biblio_authors', t('You must supply at least one author name'));
   } 
-  /*  if (!strstr("$node->biblio_authors", ";")) {
+  if (!strstr("$node->biblio_authors", ";")) {
     form_set_error('biblio_authors', t('You must separate the author names with semicolons'));
   } 
 */
