updated mail address of Tobias Ratschiller (exit phpwizard)

This commit is contained in:
Olivier Müller
2002-08-14 21:24:28 +00:00
parent 383f6b6949
commit 7d82a2c31d
5 changed files with 13 additions and 13 deletions

View File

@@ -136,7 +136,7 @@ phpMyAdmin is intended to handle the administration of MySQL over the WWW.
Author & Copyright
------------------
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_phpwizard.net>
Copyright (C) 1998-2000 Tobias Ratschiller <tobias.ratschiller_at_maguma.com>
Copyright (C) 2001- Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
Olivier M<>ller <om_at_omnis.ch>
Lo<4C>c Chapeaux <lolo_at_phpHeaven.net>

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-08-14 Olivier L. M<>ller <om@omnis.ch>
* Documentation.html, README, ANNOUNCE.txt, tbl_dump.php3:
updated mail address of Tobias Ratschiller (requested by himself :)
2002-08-14 Michal Cihar <nijel@users.sourceforge.net>
* libraries/charset_conversion.lib.php3, config.inc.php3, Documentation.*:
Improved detection of used recoding function, now can be configured

View File

@@ -1749,9 +1749,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<br />
Then restart apache and it will work.
<br /><br />
Here is a fix suggested by Brad Ummer in the
<a class="navigation" href="http://www.phpwizard.net/phorum/list.php?f=1" target="_blank">
phpwizard forum</a>:
Here is a fix suggested by Brad Ummer in the phpwizard forum:
</p>
<ul>
<li>
@@ -2460,7 +2458,7 @@ phpMyAdmin - Credits
CREDITS, in chronological order
-------------------------------
- Tobias Ratschiller &lt;tobias_at_phpwizard.net&gt;
- Tobias Ratschiller &lt;tobias.ratschiller_at_maguma.com&gt;
* creator of the phpmyadmin project
* maintainer from 1998 to summer 2000

12
README
View File

@@ -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 <tobias@phpwizard.net>
Copyright (C) 2001- Olivier M<>ller <om@omnis.ch>
Lo<4C>c Chapeaux <lolo@phpHeaven.net>
Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca>
Copyright (C) 1998-2000 Tobias Ratschiller <tobias.ratschiller_at_maguma.com>
Copyright (C) 2001- Olivier M<>ller <om_at_omnis.ch>
Lo<4C>c Chapeaux <lolo_at_phpHeaven.net>
Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
[check Documentation.txt/.html file for more details]
This program is free software; you can redistribute it and/or modify

View File

@@ -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'];