1
Hello,
I'm using XOOPS 2.0.18.1 and rw_banner 1.5. When I try to edit TAG's rw_banner gives following error:
There was a problem editing the tag.
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
When I debug I finally found where is the problem but I cannot find a solution:
In this file: /modules/rw_banner/class/class.tags.php on line 70
$this->id = (!empty($dados['id']))?$dados['id']:'';
it gives NULL instead of id
Any idea?
Thanks