Convert news as well, should not be commented out
authorMagnus Hagander <magnus@hagander.net>
Thu, 11 Aug 2011 14:05:57 +0000 (16:05 +0200)
committerMagnus Hagander <magnus@hagander.net>
Thu, 11 Aug 2011 14:05:57 +0000 (16:05 +0200)
tools/migrate/2_convert_to_markdown.pl

index 802f33478eda0c299fd49a2cd9d1ac592a46c0c4..607ddaa9c8c6cf46694fd4a04d95cf53bb239151 100644 (file)
@@ -12,8 +12,8 @@ if (!$ARGV[0]) {
 }
 $dbh = DBI->connect("dbi:Pg:" . $ARGV[0], '', '', { AutoCommit=> 0});
 
-#print "Converting news...\n";
-#News();
+print "Converting news...\n";
+News();
 print "Converting events..\n";
 Events();
 print "Converting quotes...\n";