When enabling module this error appears
Parse error: syntax error, unexpected '{' in mopa.module on line 98

Comments

bessonweb’s picture

Hi,

In "mopa.module" file in the module folder you change in line 98 :

if (($category = db_fetch_object(db_query_range("SELECT * FROM {mopa} WHERE cid = :cid", array(':cid' => $cid))) == FALSE) {

By :

if (($category = db_fetch_object(db_query_range("SELECT * FROM {mopa} WHERE cid = :cid", array(':cid' => $cid))) == FALSE)) {

The first '(' is not closed.

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 371491)