Quote:
Originally Posted by BigJohnny
well i havent gotten any errors, i was just wondering cause i remember reading something about vbulletin using clean_gpc now or something??
what would tneed to be replaced by clean_gpc?
|
The query function and clean_array_gpc are separate functions.
clean_array_gpc sanitizes functions, while the query functions run queries to the database.
If you are looking at porting an older modification you would be replacing vBulletin's legacy globalize() function with $vbulletin->input->clean_array_gpc()