
Re: Change "Path To Cgi-in" In Admin CP
Apparently it does
I couldn't get these ones to run from the install file:
*DROP TABLE `phpbb2_album_sp_config`
+++ Error: Unknown table 'phpbb2_album_sp_config'
*# ALTER TABLE `phpbb2_album_cat` ADD `cat_parent` MEDIUMINT( 8 ) UNSIGNED DEFAULT '0' NULL AFTER `cat_approval`
+++ Error: Duplicate column name 'cat_parent'
*# ALTER TABLE `phpbb2_album_cat` ADD `cat_user_id` MEDIUMINT( 8 ) UNSIGNED DEFAULT '0' NULL AFTER `cat_parent`
+++ Error: Duplicate column name 'cat_user_id'
*ALTER TABLE `phpbb2_album_comment` ADD `comment_cat_id` int(11) NOT NULL default '0' AFTER `comment_pic_id`
+++ Error: Duplicate column name 'comment_cat_id'