]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - maintenance/postgres/mediawiki_mysql2postgres.pl
MediaWiki 1.17.4
[autoinstalls/mediawiki.git] / maintenance / postgres / mediawiki_mysql2postgres.pl
index 2b2bf50e132ee3241ee2bc707d0c3a7f2cc84a59..416defd5942189b8239b22630d2fb04ab74b03e9 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 
 ## Convert data from a MySQL mediawiki database into a Postgres mediawiki database
-## svn: $Id: mediawiki_mysql2postgres.pl 65542 2010-04-26 13:46:04Z demon $
+## svn: $Id$
 
 ## NOTE: It is probably easier to dump your wiki using maintenance/dumpBackup.php
 ## and then import it with maintenance/importDump.php
@@ -181,7 +181,7 @@ $MYSQLSOCKET and $conninfo .= "\n--   socket    $MYSQLSOCKET";
 print qq{
 -- Dump of MySQL Mediawiki tables for import into a Postgres Mediawiki schema
 -- Performed by the program: $0
--- Version: $VERSION (subversion }.q{$LastChangedRevision: 65542 $}.qq{)
+-- Version: $VERSION (subversion }.q{$LastChangedRevision$}.qq{)
 -- Author: Greg Sabino Mullane <greg\@turnstep.com> Comments welcome
 --
 -- This file was created: $now