The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
It's not the trim function; it's because $action isn't set:
Code:
// do like this to clean and set $action $vbulletin->input->clean_array_gpc('r', array('action' => TYPE_NOHTML)); $action = $vbulletin->GPC['action']; // do like this to use $action in a query action = '" . $db->escape_string($action) . "' |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|