1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

trying to fix some bugs...

git-svn-id: file:///svn/phpbb/trunk@7054 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-02-24 12:31:21 +00:00
parent 74ad87df5c
commit 2e941d3d38
11 changed files with 20 additions and 20 deletions

View File

@@ -165,8 +165,6 @@ class acp_bots
if (!sizeof($error))
{
$db->sql_transaction('begin');
// New bot? Create a new user and group entry
if ($action == 'add')
{
@@ -252,8 +250,6 @@ class acp_bots
$log = 'UPDATED';
}
$db->sql_transaction('commit');
$cache->destroy('bots');
add_log('admin', 'LOG_BOT_' . $log, $bot_row['bot_name']);