bug #2682140 UUID() and CURRENT_USER() should not accept arguments
This commit is contained in:
@@ -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
|
||||||
|
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user