diff options
author | ivan <ivan> | 2008-05-02 02:00:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-05-02 02:00:14 +0000 |
commit | 27668a820b0d0996225b6daf0da39076334b9d87 (patch) | |
tree | 7d789c8153d5e0e8d83e7062e3e3fb7f9194b2e3 | |
parent | 2817a4c385809cb72ba868de78ea2e56b4e941d7 (diff) |
fix backport of _upgrade_data from 1.9 for very old installs, to eliminate plan-less packages
-rw-r--r-- | FS/FS/part_pkg.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index 26bd3bd20..7acada538 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -773,6 +773,12 @@ sub calc_cancel { 0; } =back +=cut + +# _upgrade_data +# +# Used by FS::Upgrade to migrate to a new database. + sub _upgrade_data { # class method my($class, %opts) = @_; |