Go to the source code of this file.
Enumerations | |
| enum | IN_PHPBB |
Functions | |
| migrate_phpbb () | |
| migrate_phpbb_forum ($pForumId, $pForumContentId) | |
| migrate_phpbb_topic ($pTopicId, &$pRootComment) | |
Variables | |
| $_SESSION ['captcha_verified'] = TRUE | |
| global | $db |
| $phpbb_root_path = './' | |
| enum IN_PHPBB |
Definition at line 30 of file phpbb_migrate.php.
| migrate_phpbb | ( | ) |
Definition at line 38 of file phpbb_migrate.php.
References $gBitDb, $gBitSystem, $gLibertySystem, die, migrate_phpbb_forum(), and title.
Here is the call graph for this function:

| migrate_phpbb_forum | ( | $ | pForumId, | |
| $ | pForumContentId | |||
| ) |
Definition at line 96 of file phpbb_migrate.php.
References $gBitDb, $result, $row, $sql, die, mContentId, migrate_phpbb_topic(), and title.
Referenced by migrate_phpbb().
Here is the call graph for this function:

| migrate_phpbb_topic | ( | $ | pTopicId, | |
| &$ | pRootComment | |||
| ) |
Definition at line 143 of file phpbb_migrate.php.
References $result, $row, $sql, die, and title.
Referenced by migrate_phpbb_forum().
| $_SESSION['captcha_verified'] = TRUE |
Definition at line 21 of file phpbb_migrate.php.
| global $db |
Definition at line 23 of file phpbb_migrate.php.
| $phpbb_root_path = './' |
Definition at line 31 of file phpbb_migrate.php.
1.5.2