[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_3_1-13007-gfcb5b16

Michal Čihař nijel at users.sourceforge.net
Thu Aug 4 17:37:49 CEST 2011


The branch, master has been updated
       via  fcb5b16adf5703079792db8f32ea30150b896951 (commit)
      from  d4c9e4135e6497d24e9b3d1070f649ae196f8ead (commit)


- Log -----------------------------------------------------------------
commit fcb5b16adf5703079792db8f32ea30150b896951
Author: Michal Čihař <mcihar at 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
-- 
phpMyAdmin




More information about the Git mailing list