Offer UNIX_TIMESTAMP also for numeric fields.
This commit is contained in:
@@ -22,6 +22,8 @@ $Source$
|
||||
(RFE # 1044678).
|
||||
* db_details_structure.php, tbl_move_copy.php, libraries/common.lib.php:
|
||||
Fix left frame reloading after dropping table (bug #1034531).
|
||||
* config.inc.php, libraries/config_import.lib.php: Offer UNIX_TIMESTAMP
|
||||
also for numeric fields.
|
||||
|
||||
2004-10-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* lang/turkish update, thanks to boralioglu.
|
||||
|
@@ -760,6 +760,7 @@ if ($cfg['ShowFunctionFields']) {
|
||||
'ENCRYPT',
|
||||
'RAND',
|
||||
'LAST_INSERT_ID',
|
||||
'UNIX_TIMESTAMP',
|
||||
'COUNT',
|
||||
'AVG',
|
||||
'SUM'
|
||||
|
@@ -1029,6 +1029,7 @@ if ($cfg['ShowFunctionFields']) {
|
||||
'ENCRYPT',
|
||||
'RAND',
|
||||
'LAST_INSERT_ID',
|
||||
'UNIX_TIMESTAMP',
|
||||
'COUNT',
|
||||
'AVG',
|
||||
'SUM'
|
||||
|
Reference in New Issue
Block a user