The branch, master has been updated via ad87dcf884efa277fc9ed546e1986e511ae7928a (commit) from bce8eaf40a42b4982f4125e23f4ab988ed8e113b (commit)
- Log ----------------------------------------------------------------- commit ad87dcf884efa277fc9ed546e1986e511ae7928a Author: Piotr Przybylski piotrprz@gmail.com Date: Thu Jul 14 01:48:13 2011 +0200
Removed useless code
-----------------------------------------------------------------------
Summary of changes: libraries/export/htmlword.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libraries/export/htmlword.php b/libraries/export/htmlword.php index a97aab2..e662cfb 100644 --- a/libraries/export/htmlword.php +++ b/libraries/export/htmlword.php @@ -313,8 +313,6 @@ function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = fals if ($row['Null'] != 'NO') { $row['Default'] = 'NULL'; } - } else { - $row['Default'] = $row['Default']; }
$fmt_pre = '';
hooks/post-receive