Active
Project:
Lost & found issues
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2011 at 20:53 UTC
Updated:
26 Sep 2013 at 10:13 UTC
Jump to comment: Most recent
Comments
Comment #1
bessonweb commentedHi,
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.