From 22d50c7a800a16d108ca25d57d19933a4142fcaf Mon Sep 17 00:00:00 2001 From: Robin Johnson Date: Mon, 22 Oct 2001 19:34:42 +0000 Subject: [PATCH] config.inc.php3: remove ENCODE, DECODE, ENCRYPT functions --- ChangeLog | 3 +++ config.inc.php3 | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 777c518dc..f5a18b12f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-10-22 Robin Johnson + * config.inc.php3: remove ENCODE, DECODE, ENCRYPT functions. + 2001-10-21 Loïc Chapeaux * user_details.php3, libraries/user_details.js: restored the "show grants" table at the top of the "other grants" page. diff --git a/config.inc.php3 b/config.inc.php3 index 773389bb6..52f94682f 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -208,13 +208,10 @@ $cfgFunctions = array( 'ASCII', 'CHAR', 'SOUNDEX', - 'ENCRYPT', 'LCASE', 'UCASE', 'NOW', 'PASSWORD', - 'ENCODE', - 'DECODE', 'MD5', 'RAND', 'LAST_INSERT_ID',