Closed (fixed)
Project:
Rep[lacement]Tags
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2006 at 01:18 UTC
Updated:
13 Mar 2006 at 19:02 UTC
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...
| Comment | File | Size | Author |
|---|---|---|---|
| reptag.install | 2.4 KB | Tobias Maier |
Comments
Comment #1
profix898 commentedYes. You are right, I think. Comma should be removed.
Thanks for creating this install file. I will add it to cvs.
Comment #2
Tobias Maier commentedComment #3
(not verified) commented