From 7d82a2c31da67c0673628ba229023a95adab75ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=BCller?= Date: Wed, 14 Aug 2002 21:24:28 +0000 Subject: [PATCH] updated mail address of Tobias Ratschiller (exit phpwizard) --- ANNOUNCE.txt | 2 +- ChangeLog | 4 ++++ Documentation.html | 6 ++---- README | 12 ++++++------ tbl_dump.php3 | 2 -- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ANNOUNCE.txt b/ANNOUNCE.txt index 5b861bed1..e96067ae6 100644 --- a/ANNOUNCE.txt +++ b/ANNOUNCE.txt @@ -136,7 +136,7 @@ phpMyAdmin is intended to handle the administration of MySQL over the WWW. Author & Copyright ------------------ - Copyright (C) 1998-2000 Tobias Ratschiller + Copyright (C) 1998-2000 Tobias Ratschiller Copyright (C) 2001- Marc Delisle Olivier Müller Loïc Chapeaux diff --git a/ChangeLog b/ChangeLog index 421e7d87f..fd183c0f7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-08-14 Olivier L. Müller + * Documentation.html, README, ANNOUNCE.txt, tbl_dump.php3: + updated mail address of Tobias Ratschiller (requested by himself :) + 2002-08-14 Michal Cihar * libraries/charset_conversion.lib.php3, config.inc.php3, Documentation.*: Improved detection of used recoding function, now can be configured diff --git a/Documentation.html b/Documentation.html index e2f6999da..93b4c8e00 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1749,9 +1749,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
Then restart apache and it will work.

- Here is a fix suggested by Brad Ummer in the - - phpwizard forum: + Here is a fix suggested by Brad Ummer in the phpwizard forum:

  • @@ -2460,7 +2458,7 @@ phpMyAdmin - Credits CREDITS, in chronological order ------------------------------- -- Tobias Ratschiller <tobias_at_phpwizard.net> +- Tobias Ratschiller <tobias.ratschiller_at_maguma.com> * creator of the phpmyadmin project * maintainer from 1998 to summer 2000 diff --git a/README b/README index ca54821d0..4611e3243 100755 --- a/README +++ b/README @@ -5,14 +5,14 @@ phpMyAdmin - Readme A set of PHP-scripts to administrate MySQL over the WWW. - Version 2.3.0 - July 2002 - ------------------------- + Version 2.3.0 - August 2002 + --------------------------- http://www.phpmyadmin.net/ - Copyright (C) 1998-2000 Tobias Ratschiller - Copyright (C) 2001- Olivier Müller - Loïc Chapeaux - Marc Delisle + Copyright (C) 1998-2000 Tobias Ratschiller + Copyright (C) 2001- Olivier Müller + Loïc Chapeaux + Marc Delisle [check Documentation.txt/.html file for more details] This program is free software; you can redistribute it and/or modify diff --git a/tbl_dump.php3 b/tbl_dump.php3 index a4a9a69d4..1dd125a93 100755 --- a/tbl_dump.php3 +++ b/tbl_dump.php3 @@ -211,7 +211,6 @@ else { if ($what != 'csv' && $what != 'excel' && $what != 'xml') { $dump_buffer .= '# phpMyAdmin MySQL-Dump' . $crlf . '# version ' . PMA_VERSION . $crlf - . '# http://phpwizard.net/phpMyAdmin/' . $crlf . '# http://www.phpmyadmin.net/ (download page)' . $crlf . '#' . $crlf . '# ' . $strHost . ': ' . $cfg['Server']['host']; @@ -305,7 +304,6 @@ else { . '-' . $crlf . '- phpMyAdmin XML-Dump' . $crlf . '- version ' . PMA_VERSION . $crlf - . '- http://phpwizard.net/phpMyAdmin/' . $crlf . '- http://www.phpmyadmin.net/ (download page)' . $crlf . '-' . $crlf . '- ' . $strHost . ': ' . $cfg['Server']['host'];