summaryrefslogtreecommitdiff
path: root/FS/FS/pkg_category.pm
diff options
context:
space:
mode:
authorivan <ivan>2009-11-05 00:52:47 +0000
committerivan <ivan>2009-11-05 00:52:47 +0000
commit3d7d6c66555ac55773490a4b50a0aa6a10ed95a9 (patch)
tree3f9f700ec7ab4d0de9be3ce998e1018ba6970c53 /FS/FS/pkg_category.pm
parent77cf646c36fec88ddaac60a1f941ad3012136258 (diff)
fix pkg_category upgrades
Diffstat (limited to 'FS/FS/pkg_category.pm')
-rw-r--r--FS/FS/pkg_category.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/pkg_category.pm b/FS/FS/pkg_category.pm
index 15029719f..cd875d1a1 100644
--- a/FS/FS/pkg_category.pm
+++ b/FS/FS/pkg_category.pm
@@ -90,11 +90,11 @@ Checks all fields to make sure this is a valid package category. If there is an
error, returns the error, otherwise returns false. Called by the insert and
replace methods.
+=cut
+
# _ upgrade_data
#
# Used by FS::Upgrade to migrate to a new database.
-#
-#
sub _upgrade_data {
my ($class, %opts) = @_;