Hi
Dne Tue, 20 Jul 2010 15:54:55 +0200 Piotr Przybylski piotr.prz@gmail.com napsal(a):
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)
You seem to be right, changed.