Hi,
In sqlvalidator.lib.php we have: * Enable the SQL Validator options in the configuration file * $cfg['SQLQuery']['Validate'] = TRUE; * $cfg['SQLValidator']['use'] = FALSE;
I believe it should say: * Enable the SQL Validator options in the configuration file * $cfg['SQLQuery']['Validate'] = FALSE; (or TRUE, it affects only link) * $cfg['SQLValidator']['use'] = TRUE; (when its FALSE validator class isn't loaded at all)