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


- Log -----------------------------------------------------------------
commit fcb5b16adf5703079792db8f32ea30150b896951
Author: Michal Čihař <[email protected]>
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

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to