Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: mod_tools.php 3790 2008-04-23 22:50:33Z Tikitiki $
| * $Id: mod_tools.php 4341 2009-04-06 21:49:53Z Tikitiki $
|
*/
| */
|
Zeile 561 | Zeile 561 |
---|
$new_tool['name'] = $db->escape_string($mybb->input['title']); $new_tool['description'] = $db->escape_string($mybb->input['description']); $new_tool['forums'] = '';
|
$new_tool['name'] = $db->escape_string($mybb->input['title']); $new_tool['description'] = $db->escape_string($mybb->input['description']); $new_tool['forums'] = '';
|
| $new_tool['postoptions'] = '';
|
if($mybb->input['forum_type'] == 2) {
| if($mybb->input['forum_type'] == 2) {
|
Zeile 575 | Zeile 576 |
---|
} else {
|
} else {
|
$new_tools['forums'] = "-1";
| $new_tool['forums'] = "-1";
|
} $tid = $db->insert_query("modtools", $new_tool);
| } $tid = $db->insert_query("modtools", $new_tool);
|