diff options
-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) = @_; |