bug #2682140 UUID() and CURRENT_USER() should not accept arguments

This commit is contained in:
Herman van Rink
2009-03-12 20:18:42 +00:00
parent 2b0fbdd588
commit ff0b627cc7
2 changed files with 3 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #2609346 [operations] Fix copying views. - bug #2609346 [operations] Fix copying views.
- rfe #2127983 Readd documentation link, it does not protect against anything. - rfe #2127983 Readd documentation link, it does not protect against anything.
- bug #1675249 [doc] Apache reverse proxy and cookies FAQ - bug #1675249 [doc] Apache reverse proxy and cookies FAQ
- bug #2682140 UUID() and CURRENT_USER() should not accept arguments
3.1.3.0 (2009-02-28) 3.1.3.0 (2009-02-28)
+ [lang] Turkish update, thanks to Burak Yavuz + [lang] Turkish update, thanks to Burak Yavuz

View File

@@ -160,6 +160,8 @@ $func_no_param = array(
'RAND', 'RAND',
'USER', 'USER',
'LAST_INSERT_ID', 'LAST_INSERT_ID',
'UUID',
'CURRENT_USER',
); );
foreach ($loop_array as $rowcount => $primary_key) { foreach ($loop_array as $rowcount => $primary_key) {