v1.1
Install fails under PHP5.3 STRICT, default value for content in newsletter_pending with db error.
In cpg_inst.php changing line 64 from:
content text NOT NULL default "",
to:
content text NOT NULL,
was sufficient to install, and module appears to function OK.
Selecting Pro_News with a since date gives a couple of db errors because field is called posttime in pronews_articles
(Raise it with Kuragari not me!
In functions.inc change:
WHERE time >=
to
WHERE posttime >=
on lines 347 and 776.
Initiated by Bugger (Original Entry) - Comments Here Please.