Offer UNIX_TIMESTAMP also for numeric fields.

This commit is contained in:
Michal Čihař
2004-10-19 16:33:18 +00:00
parent 0cf5a3cb56
commit 0277d8cdff
3 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ $Source$
(RFE # 1044678). (RFE # 1044678).
* db_details_structure.php, tbl_move_copy.php, libraries/common.lib.php: * db_details_structure.php, tbl_move_copy.php, libraries/common.lib.php:
Fix left frame reloading after dropping table (bug #1034531). 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> 2004-10-17 Marc Delisle <lem9@users.sourceforge.net>
* lang/turkish update, thanks to boralioglu. * lang/turkish update, thanks to boralioglu.

View File

@@ -760,6 +760,7 @@ if ($cfg['ShowFunctionFields']) {
'ENCRYPT', 'ENCRYPT',
'RAND', 'RAND',
'LAST_INSERT_ID', 'LAST_INSERT_ID',
'UNIX_TIMESTAMP',
'COUNT', 'COUNT',
'AVG', 'AVG',
'SUM' 'SUM'

View File

@@ -1029,6 +1029,7 @@ if ($cfg['ShowFunctionFields']) {
'ENCRYPT', 'ENCRYPT',
'RAND', 'RAND',
'LAST_INSERT_ID', 'LAST_INSERT_ID',
'UNIX_TIMESTAMP',
'COUNT', 'COUNT',
'AVG', 'AVG',
'SUM' 'SUM'