
03-20-2005, 03:18 PM
|
|
|
Join Date: Apr 2004
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Link14716
In admindonate.php, action.changeothertitle.php, action.denyforumaccess.php, action.donate.php, action.giveforumaccess.php, and action.thief.php (all in the uttstore directory):
Find:
PHP Code:
if ($_REQUEST['step'] == "3") {
// globalize!
$_FIELDS = uttstore_globalize_fields($fields);
Add Under:
PHP Code:
$_REQUEST['userid'] = intval($_REQUEST['userid']);
|
Thanks alot link!
|