Offer UNIX_TIMESTAMP also for numeric fields.
This commit is contained in:
@@ -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.
|
||||||
|
@@ -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'
|
||||||
|
@@ -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'
|
||||||
|
Reference in New Issue
Block a user