|
| <prev next> |
[geeklog-cvs] geeklog: When an error occurs in bigdump.php (during migratio: msg#00000geeklog-cvs
details: http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/23c373e2f87b changeset: 7163:23c373e2f87b user: Dirk Haun <dirk@xxxxxxxxxxxxxx> 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) _______________________________________________ geeklog-cvs mailing list geeklog-cvs@xxxxxxxxxxxxxxxxx http://eight.pairlist.net/mailman/listinfo/geeklog-cvs
|
|
||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |