* 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'
This commit is contained in:
Robin Johnson
2002-06-18 17:21:48 +00:00
parent c246cedc00
commit 24a27388af
2 changed files with 6 additions and 0 deletions

View File

@@ -8,6 +8,10 @@ $Source$
2002-06-18 Robin Johnson <robbat2@users.sourceforge.net>
* 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 <robbat2@users.sourceforge.net>
* lang/finnish.inc.php3 updates, thanks to Visa Kopu (#569317)

View File

@@ -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"';