The branch, master has been updated
via f0babc56a34afaf2664328a332e871c0116468d5 (commit)
via dd046f10b338bbdd491526a12f3e6dd0a7c45dc9 (commit)
from 88ef580bd5c575b8cdaa8dea2a3968cfd2504efe (commit)
- Log -----------------------------------------------------------------
commit f0babc56a34afaf2664328a332e871c0116468d5
Author: Michal Čihař <[email protected]>
Date: Fri Aug 19 09:11:06 2011 +0200
Fix indentation
commit dd046f10b338bbdd491526a12f3e6dd0a7c45dc9
Author: Michal Čihař <[email protected]>
Date: Fri Aug 19 09:11:01 2011 +0200
Fix typo
-----------------------------------------------------------------------
Summary of changes:
libraries/schema/User_Schema.class.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libraries/schema/User_Schema.class.php
b/libraries/schema/User_Schema.class.php
index 4ed00f2..41a2b9e 100644
--- a/libraries/schema/User_Schema.class.php
+++ b/libraries/schema/User_Schema.class.php
@@ -507,9 +507,9 @@ class PMA_User_Schema
echo '<div id="table_' . $i . '" class="pdflayout_table"><u>'
. $temp_sh_page['table_name'] . '</u>';
if (isset($with_field_names)) {
- $fields = PMA_DBI_get_columns($db,
$temp_sh_page['table_name'])
+ $fields = PMA_DBI_get_columns($db,
$temp_sh_page['table_name']);
foreach ($fields as $row) {
- echo '<br />' . htmlspecialchars($row['Field']) .
"\n";
+ echo '<br />' . htmlspecialchars($row['Field']) . "\n";
}
}
echo '</div>' . "\n";
hooks/post-receive
--
phpMyAdmin
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git