remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software

This commit is contained in:
Marc Delisle
2010-03-06 18:04:17 +00:00
parent 94b50c6f53
commit 819324ede6
94 changed files with 74 additions and 199 deletions

View File

@@ -62,7 +62,7 @@ if ($num_tables == 0) {
}
// else
// 2. Shows table informations - staybyte - 11 June 2001
// 2. Shows table informations
require_once './libraries/bookmark.lib.php';
@@ -172,8 +172,7 @@ foreach ($tables as $keyname => $each_table) {
}
}
// loic1: Patch from Joshua Nye <josh at boxcarmedia.com> to get valid
// statistics whatever is the table type
// Get valid statistics whatever is the table type
$table_is_view = false;
$table_encoded = urlencode($each_table['TABLE_NAME']);