The branch, master has been updated via fcb5b16adf5703079792db8f32ea30150b896951 (commit) from d4c9e4135e6497d24e9b3d1070f649ae196f8ead (commit)
- Log ----------------------------------------------------------------- commit fcb5b16adf5703079792db8f32ea30150b896951 Author: Michal Čihař mcihar@suse.cz Date: Thu Aug 4 17:37:39 2011 +0200
Fix typo
-----------------------------------------------------------------------
Summary of changes: db_datadict.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/db_datadict.php b/db_datadict.php index 86b4b80..acfb531 100644 --- a/db_datadict.php +++ b/db_datadict.php @@ -196,7 +196,7 @@ while ($row = PMA_DBI_fetch_row($rowset)) { $type_nowrap = ' nowrap="nowrap"'; } $type = htmlspecialchars($extracted_fieldspec['print_type']); - $attribute = $extracted_fieldspec['attribute'] + $attribute = $extracted_fieldspec['attribute']; if (! isset($row['Default'])) { if ($row['Null'] != 'NO') { $row['Default'] = '<i>NULL</i>';
hooks/post-receive