Quote:
Originally Posted by Mark.B
But the code Stangger has posted is NOT what changed in 2.7.2.
|
MrZ changed this:
2.7.1
PHP Code:
$ibforums->input['s_id'] = ibp_cleansql($ibforums->input['s_id']);
to this:
2.7.2
PHP Code:
$ibforums->input['s_id'] = intval(ibp_cleansql($ibforums->input['s_id']));
I have this:
PHP Code:
$ibforums->input['s_id'] = intval($ibforums->input['s_id']);
MrZ`s code is tring to clean the int data .
I`m no guru like MrZ...
--------------- Added [DATE]1330558171[/DATE] at [TIME]1330558171[/TIME] ---------------
To get this thread back on track,,here is a very good read for the ones wanting to learn some of the vBulletin Input Cleaner..
Using the vBulletin Input Cleaner