Kod: Zaznacz cały
#
#--[ FIND ]--
# full text: VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $_POST['forumname']) . "', " . intval($_POST[POST_CAT_URL]) . ", '" . str_replace("\'", "''", $_POST['forumdesc']) . "', $next_order, " . intval($_POST['forumstatus']) . ", " . intval($_POST['prune_enable']) . $value_sql . ")";
#
VALUES ('" . $next_id
#
#--[ IN-LINE FIND ]--
#
intval($_POST['forumstatus']) . ", "
#
#--[ IN-LINE AFTER, ADD ]--
#
. intval($_POST['enable_plus']) . ", " . intval($_POST['enable_minus']) . ", " Kod: Zaznacz cały
VALUES ('" . $next_id . "', '" . str_replace("\'", "''", $HTTP_POST_VARS['forumname']) . "', " . intval($HTTP_POST_VARS[POST_CAT_URL]) . ", '" . str_replace("\'", "''", $HTTP_POST_VARS['forumdesc']) . "', $next_order, " . intval($HTTP_POST_VARS['forumstatus']) . ", " intval($_POST['forumstatus']) . ", ". intval($_POST['enable_plus']) . ", " . intval($_POST['enable_minus']) . ", ". intval($HTTP_POST_VARS['prune_enable']) . $value_sql . ")";Kod: Zaznacz cały
Parse error: parse error in /data/members/free/tripod/uk/g/t/a/gtatown/htdocs/phpbb2/admin/admin_forums.php on line 404