From d38542ba9faf830f0195f7c24d3e28236acb14a0 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 9 Jul 2006 14:01:11 +0000 Subject: [PATCH] bug shortcut, thanks Sebastian --- tbl_printview.php | 2 +- tbl_properties_structure.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tbl_printview.php b/tbl_printview.php index b4e913210..1d9c5f313 100644 --- a/tbl_printview.php +++ b/tbl_printview.php @@ -113,7 +113,7 @@ foreach ($the_tables as $key => $table) { // We need this to correctly learn if a TIMESTAMP is NOT NULL, since // SHOW FULL FIELDS or INFORMATION_SCHEMA incorrectly says NULL // and SHOW CREATE TABLE says NOT NULL (tested -// in MySQL 4.0.25 and 5.0.21, http://bugs.mysql.com/bug.php?id=20910). +// in MySQL 4.0.25 and 5.0.21, http://bugs.mysql.com/20910). $show_create_table = PMA_DBI_fetch_value( 'SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table), diff --git a/tbl_properties_structure.php b/tbl_properties_structure.php index 56a602584..589c71584 100644 --- a/tbl_properties_structure.php +++ b/tbl_properties_structure.php @@ -87,7 +87,7 @@ $fields_cnt = PMA_DBI_num_rows($fields_rs); // We also need this to correctly learn if a TIMESTAMP is NOT NULL, since // SHOW FULL FIELDS or INFORMATION_SCHEMA incorrectly says NULL // and SHOW CREATE TABLE says NOT NULL (tested -// in MySQL 4.0.25 and 5.0.21, http://bugs.mysql.com/bug.php?id=20910). +// in MySQL 4.0.25 and 5.0.21, http://bugs.mysql.com/20910). $show_create_table = PMA_DBI_fetch_value( 'SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table),