[freeside-commits] freeside/FS/FS part_pkg.pm,1.56.2.5,1.56.2.6

Ivan,,, ivan at wavetail.420.am
Thu May 1 19:00:16 PDT 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv9009

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	part_pkg.pm 
Log Message:
fix backport of _upgrade_data from 1.9 for very old installs, to eliminate plan-less packages

Index: part_pkg.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg.pm,v
retrieving revision 1.56.2.5
retrieving revision 1.56.2.6
diff -u -d -r1.56.2.5 -r1.56.2.6
--- part_pkg.pm	2 May 2008 01:53:51 -0000	1.56.2.5
+++ part_pkg.pm	2 May 2008 02:00:14 -0000	1.56.2.6
@@ -773,6 +773,12 @@
 
 =back
 
+=cut
+
+# _upgrade_data
+#
+# Used by FS::Upgrade to migrate to a new database.
+
 sub _upgrade_data { # class method
   my($class, %opts) = @_;
 



More information about the freeside-commits mailing list