The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Admin CP Form
When creating a new admin control panel page I need to do some validation but maybe Im just staring at this too long.
Its not evaluating correctly and evals as true each and every time under any condition - blank or populated. uploads_location is the input element name control. Code:
if (empty($vbulletin->GPC['uploads_location'])) { print_stop_message('fieldmissing'); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|