From 523da2e7261ed73ad9dcea3cb6eb12ad59b9f723 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 29 Dec 2006 16:45:11 +0000 Subject: [PATCH] add functions HEX and UNHEX in the list of functions for Insert/Edit --- ChangeLog | 1 + libraries/config.default.php | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ecaa70a6e..025a4c5b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $HeadURL$ 2006-12-29 Marc Delisle * tbl_relation.php: RFE #1621025, show SQL statement in Relation View (I only implemented the display of InnoDB-related statements) + * libraries/config.default.php: RFE #1621437, add HEX and UNHEX 2006-12-27 Marc Delisle * Documentation.html, libraries/common.lib.php: patch #1592366, diff --git a/libraries/config.default.php b/libraries/config.default.php index 7c1fd6c8a..caa448aad 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -771,7 +771,9 @@ if ($cfg['ShowFunctionFields']) { 'UNCOMPRESS', 'LAST_INSERT_ID', 'USER', - 'CONCAT' + 'CONCAT', + 'HEX', + 'UNHEX' ), 'FUNC_DATE' => array(