* 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:
@@ -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)
|
||||
|
@@ -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