config.inc.php3: remove ENCODE, DECODE, ENCRYPT functions

This commit is contained in:
Robin Johnson
2001-10-22 19:34:42 +00:00
parent d33ca86e4e
commit 22d50c7a80
2 changed files with 3 additions and 3 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-10-22 Robin Johnson <robbat2@users.sourceforge.net>
* config.inc.php3: remove ENCODE, DECODE, ENCRYPT functions.
2001-10-21 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* user_details.php3, libraries/user_details.js: restored the "show grants"
table at the top of the "other grants" page.

View File

@@ -208,13 +208,10 @@ $cfgFunctions = array(
'ASCII',
'CHAR',
'SOUNDEX',
'ENCRYPT',
'LCASE',
'UCASE',
'NOW',
'PASSWORD',
'ENCODE',
'DECODE',
'MD5',
'RAND',
'LAST_INSERT_ID',