http://code.google.com/p/phpretro/source/detail?r=69
New revision!
-Added Groups deleting (oops, missed it first time around)
-Fixed group badges not saving (thanks for the report, I know there's still
more)
-Fixed groups purchasing on new installation, old installations, please run this
query
Code:
ALTER TABLE `groups_details` CHANGE COLUMN `description` `description`
text CHARACTER SET utf8 NOT NULL, CHANGE COLUMN `type` `type` tinyint(1) NOT
NULL DEFAULT '0', ADD COLUMN `forumtype` tinyint(1) NOT NULL, ADD COLUMN
`forumpremission` tinyint(1) NOT NULL, CHANGE COLUMN `views` `views` int(15) NOT
NULL, ADD COLUMN `alias` varchar(30) NOT NULL, DROP PRIMARY KEY, ADD PRIMARY KEY
(`id`, `alias`);
-Added new captcha (forgot last commit)
-Modified client to use new loader again (after finding it was not the problem)