Parent Directory
|
Revision Log
|
Revision Graph
Updated the phpbb2drupal_import.php -Removed some major bugs -Imports Polls Added redirection scripts -viewtopic.php -stories.php
| 1 | CREATE TABLE comment_files ( |
| 2 | cid int(10) unsigned NOT NULL default '0', |
| 3 | fid int(10) unsigned NOT NULL default '0', |
| 4 | KEY cid_fid (cid, fid) |
| 5 | ) TYPE=MyISAM; |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |