fix backport of _upgrade_data from 1.9 for very old installs, to eliminate plan-less...
authorivan <ivan>
Fri, 2 May 2008 02:00:14 +0000 (02:00 +0000)
committerivan <ivan>
Fri, 2 May 2008 02:00:14 +0000 (02:00 +0000)
FS/FS/part_pkg.pm

index 26bd3bd..7acada5 100644 (file)
@@ -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) = @_;