Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2010-03-06 21:04:17 +0300
committerMarc Delisle <marc@infomarc.info>2010-03-06 21:04:17 +0300
commit819324ede60c443464e71b7f119c7a704913b75a (patch)
treea28ea888000d8a8e9a838d2f5299e413041ae478 /db_printview.php
parent94b50c6f53b362903b5e7ed2ebdee72c4a0e4292 (diff)
remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software
Diffstat (limited to 'db_printview.php')
-rw-r--r--db_printview.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_printview.php b/db_printview.php
index bf51015f3d..277566dde6 100644
--- a/db_printview.php
+++ b/db_printview.php
@@ -36,7 +36,7 @@ $cfgRelation = PMA_getRelationsParam();
*
* @todo merge this speedup _optionaly_ into PMA_DBI_get_tables_full()
*
-// staybyte: speedup view on locked tables - 11 June 2001
+// speedup view on locked tables
// Special speedup for newer MySQL Versions (in 4.0 format changed)
if ($cfg['SkipLockedTables'] == true) {
$result = PMA_DBI_query('SHOW OPEN TABLES FROM ' . PMA_backquote($db) . ';');
@@ -95,7 +95,7 @@ echo '<br />';
if ($num_tables == 0) {
echo $strNoTablesFound;
}
-// 2. Shows table informations on mysql >= 3.23.03 - staybyte - 11 June 2001
+// 2. Shows table informations on mysql >= 3.23.03
else {
?>
<table>