Error in actionHandler.php on line 73?

3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 4, 2008   (RSS)

Re: [jsv] Error in actionHandler.php on line 73?

By Dave - February 4, 2008

Thanks for the error report. If you open lib/menus/default/actionHandler.php and search for this line:

elseif (mysql_affected_rows) { alert("Record erased!"); }

and replace it with this (add the brackets)

elseif (mysql_affected_rows()) { alert("Record erased!"); }

It should fix it. And we'll add that code to the next version (v1.10) as well.

Hope that helps! Thanks for the report, let me know if you need anything else.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Error in actionHandler.php on line 73?

By jsv - February 4, 2008

Thanks Dave, that solved the problem![sly]

Best regards,
Jan