Subscribe to a topic by email or PM
| schulle4u |
|
|---|---|
|
Hi,
the best match I can find is line 34:
$id = sed_import('id','G','STX');
Replacing 'STX' with 'INT' doesn't change anything. There is only one line that has an 'int' value, and that is the $userid on line 36:
$userid = sed_import('userid','G','INT');
Replacing this with 'ALP' ends in the same result. Steffen signature://doesnt.exist
|