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

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