]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Small nit fixes for Bug 285113.
authormkanat%kerio.com <>
Fri, 18 Mar 2005 11:16:06 +0000 (11:16 +0000)
committermkanat%kerio.com <>
Fri, 18 Mar 2005 11:16:06 +0000 (11:16 +0000)
Bugzilla/DB.pm
Bugzilla/DB/Schema.pm

index 8c097739e2c5e007fee975c06f5b6a0f7c933664..1e79238edf1b1de5f005d1b238547f910ae84184 100644 (file)
@@ -614,8 +614,8 @@ sub _bz_init_schema_storage {
         # correct migration code at all.
         die "Attempted to initialize the schema but there are already "
             . " $table_size copies of it stored.\nThis should never happen.\n"
-            . " Compare the two rows of the bz_schema table and delete the "
-            . "newer one.";
+            . " Compare the rows of the bz_schema table and delete the "
+            . "newer one(s).";
     }
 }
 
index 4c3e21e119ed461c9f48217e527ffd4360a1dc5e..b05f35d77c261e2bdcdd20c0e31bfe89250aaeaf 100644 (file)
@@ -1353,6 +1353,8 @@ sub _get_create_index_ddl {
 
 =head1 SERIALIZATION/DESERIALIZATION
 
+=over 4
+
 =item C<serialize_abstract()>
 
  Description: Serializes the "abstract" schema into a format