diff options
author | mkanat%kerio.com <> | 2005-03-18 12:16:06 +0100 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-03-18 12:16:06 +0100 |
commit | ac74f8dee788ffaca208f8642d79287f2a062f14 (patch) | |
tree | bd512705d57edd8ac265af76e0d2dd0d035f3ccf /Bugzilla/DB | |
parent | 6eb9bfa46dad95c544e35e8733a1caa471d0e0a6 (diff) | |
download | bugzilla-ac74f8dee788ffaca208f8642d79287f2a062f14.tar.gz bugzilla-ac74f8dee788ffaca208f8642d79287f2a062f14.tar.xz |
Small nit fixes for Bug 285113.
Diffstat (limited to 'Bugzilla/DB')
-rw-r--r-- | Bugzilla/DB/Schema.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index 4c3e21e11..b05f35d77 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -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 |