[geeklog-cvs] geeklog: When an error occurs in bigdump.php (during migration) ...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jul 4 11:32:01 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/23c373e2f87b
changeset: 7163:23c373e2f87b
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Jul 04 16:35:45 2009 +0200
description:
When an error occurs in bigdump.php (during migration) send the user back to migrate.php

diffstat:

 public_html/admin/install/bigdump.php |  2 +-
 public_html/docs/history              |  2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 8f27dc3512cf -r 23c373e2f87b public_html/admin/install/bigdump.php
--- a/public_html/admin/install/bigdump.php	Sat Jul 04 16:26:35 2009 +0200
+++ b/public_html/admin/install/bigdump.php	Sat Jul 04 16:35:45 2009 +0200
@@ -386,7 +386,7 @@
 }
 
 if ($error) {
-  echo '<p><a href="' . $_SERVER['PHP_SELF'] . '">' . $LANG_BIGDUMP[30] . '</a> ' . $LANG_BIGDUMP[31] . '</p>' . LB;
+  echo '<p><a href="migrate.php">' . $LANG_BIGDUMP[30] . '</a> ' . $LANG_BIGDUMP[31] . '</p>' . LB;
 }
 
 if ($dbconnection) mysql_close();
diff -r 8f27dc3512cf -r 23c373e2f87b public_html/docs/history
--- a/public_html/docs/history	Sat Jul 04 16:26:35 2009 +0200
+++ b/public_html/docs/history	Sat Jul 04 16:35:45 2009 +0200
@@ -11,6 +11,8 @@
 + Comment moderation and editable comments, by Jared Wenerd
 
 Changes since 1.6.0rc1:
+- When an error occurs in bigdump.php (during migration) send the user back to
+  migrate.php (bug #0000919) [Dirk]
 - Fixed warning in migration script when no backups are available (bug #0000918,
   patch provided by hiroron)
 



More information about the geeklog-cvs mailing list