1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

use user_add function for bot adding

git-svn-id: file:///svn/phpbb/trunk@6056 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-06-13 18:32:48 +00:00
parent e1437d7a21
commit 81d7bbff36
5 changed files with 24 additions and 25 deletions

View File

@@ -25,8 +25,8 @@ if (!empty($setmodules))
}
/**
* @package install
* Main Tab - Installation
* @package install
*/
class install_main extends module
{