From 24a27388aff225165b3452358b10b617cded18dc Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Tue, 18 Jun 2002 17:21:48 +0000 Subject: [PATCH] * libraries/relation.lib.php3:144,190 - Cleaned up is_array() to isset(0 && is_array() * tbl_change.php3:204 - $type_nowrap added to case 'timestamp' --- ChangeLog | 4 ++++ tbl_change.php3 | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index be9f8131f..82c2bb37b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,10 @@ $Source$ 2002-06-18 Robin Johnson * libraries/relation.lib.php3:83 - Fixed $cfg['Servers']['Server'] -> $cfg['Server'] + * libraries/relation.lib.php3:144,190 + - Cleaned up is_array() to isset(0 && is_array() + * tbl_change.php3:204 + - $type_nowrap added to case 'timestamp' 2002-06-17 Robin Johnson * lang/finnish.inc.php3 updates, thanks to Visa Kopu (#569317) diff --git a/tbl_change.php3 b/tbl_change.php3 index 8dcd8ddd7..7a33c0acf 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -202,7 +202,9 @@ for ($i = 0; $i < $fields_cnt; $i++) { $first_timestamp = 1; } $type = $row_table_def['Type']; + $type_nowrap = ' nowrap="nowrap"'; break; + default: $type = $row_table_def['Type']; $type_nowrap = ' nowrap="nowrap"';