diff options
author | ivan <ivan> | 2009-11-05 00:52:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-05 00:52:48 +0000 |
commit | 90030f23ac58304caa4beaa4160b41ea6ac9af0d (patch) | |
tree | 9b85a689f7602c6eef25e76fb59590e5722df312 | |
parent | 763dff1111d6a9da54f065f2393d3d36a166bae0 (diff) |
fix pkg_category upgrades
-rw-r--r-- | FS/FS/pkg_category.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/pkg_category.pm b/FS/FS/pkg_category.pm index 0beaf1c11..efa9f93bf 100644 --- a/FS/FS/pkg_category.pm +++ b/FS/FS/pkg_category.pm @@ -102,11 +102,11 @@ sub check { } +=cut + # _ upgrade_data # # Used by FS::Upgrade to migrate to a new database. -# -# sub _upgrade_data { my ($class, %opts) = @_; |