* 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:
@@ -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"';
|
||||
|
Reference in New Issue
Block a user