
The branch, master has been updated via c432089db8041ae0b2f2f725076ba1a169a416db (commit) from 783ad8c8685fcd6a97586a6802071e0ce0f93613 (commit) - Log ----------------------------------------------------------------- commit c432089db8041ae0b2f2f725076ba1a169a416db Author: Marc Delisle <marc@infomarc.info> Date: Sun Jan 30 06:46:15 2011 -0500 Remove author names per our policy ----------------------------------------------------------------------- Summary of changes: setup/lib/ConfigGenerator.class.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/lib/ConfigGenerator.class.php b/setup/lib/ConfigGenerator.class.php index ddad7f1..95c3325 100644 --- a/setup/lib/ConfigGenerator.class.php +++ b/setup/lib/ConfigGenerator.class.php @@ -31,7 +31,7 @@ class ConfigGenerator . ' * Generated configuration file' . $crlf . ' * Generated by: phpMyAdmin ' . $GLOBALS['PMA_Config']->get('PMA_VERSION') - . ' setup script by Piotr Przybylski <piotrprz@gmail.com>' . $crlf + . ' setup script' . $crlf . ' * Date: ' . date(DATE_RFC1123) . $crlf . ' */' . $crlf . $crlf; @@ -148,4 +148,4 @@ class ConfigGenerator return $ret; } } -?> \ No newline at end of file +?> hooks/post-receive -- phpMyAdmin