here comes a .install file
it changes the table to utf8, too

ther is just one issue with the pgsql-code:

      db_query("CREATE TABLE {reptag_vars} (
                name varchar(255) NOT NULL default '',
                value text,
                uid integer NOT NULL default '0',);");

is the last comma right there? (uid integer NOT NULL default '0',);");)
I just copy & pasted this part...

CommentFileSizeAuthor
reptag.install2.4 KBTobias Maier

Comments

profix898’s picture

there is just one issue with the pgsql-code

Yes. You are right, I think. Comma should be removed.

Thanks for creating this install file. I will add it to cvs.

Tobias Maier’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)