* 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

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