From a58285fd06c8113c45377c655dd43cef6337e815 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 11 Jan 2007 19:06:07 +0000 Subject: Aktualisierung auf MediaWiki 1.9.0 --- maintenance/postgres/wp_mysql2postgres.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maintenance/postgres/wp_mysql2postgres.pl') diff --git a/maintenance/postgres/wp_mysql2postgres.pl b/maintenance/postgres/wp_mysql2postgres.pl index 788d9e0b..981d99f3 100644 --- a/maintenance/postgres/wp_mysql2postgres.pl +++ b/maintenance/postgres/wp_mysql2postgres.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## Convert data from a MySQL mediawiki database into a Postgres mediawiki database -## svn: $Id: wp_mysql2postgres.pl 16088 2006-08-16 01:12:20Z greg $ +## svn: $Id: wp_mysql2postgres.pl 18836 2007-01-05 03:37:19Z brion $ use strict; use warnings; @@ -160,7 +160,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: 16088 $}.qq{) +-- Version: $VERSION (subversion }.q{$LastChangedRevision: 18836 $}.qq{) -- Author: Greg Sabino Mullane Comments welcome -- -- This file was created: $now -- cgit v1.2.2