Parse error: parse error in ...\lt_server\lt_server.install on line 54

Comments

thierry_gd’s picture

Problem of parenthesis

db_query("CREATE TABLE {lt_server_projects} (
code VARCHAR(50) PRIMARY KEY,
project VARCHAR(255) NOT NULL,
file VARCHAR(255),
path VARCHAR(255)
) $table_config;"));

has to be replaced by :

db_query("CREATE TABLE {lt_server_projects} (
code VARCHAR(50) PRIMARY KEY,
project VARCHAR(255) NOT NULL,
file VARCHAR(255),
path VARCHAR(255)
) $table_config;");

brmassa’s picture

Assigned: Unassigned » brmassa
Status: Active » Fixed

Thierry,

fixed on CVS.

massa

brmassa’s picture

Status: Fixed » Closed (fixed)