GPvars が Typo3 で何を表しているのか、また、GPvars に含まれているものと使用されているものを教えてもらえますか? ありがとう!
例
$this->GPvars['uid'] = intval( $this->GPvars['uid'] );
$this->GPvars['chash'] = substr( $this->GPvars['chash'], 0, 8 );
$this->GPvars['uid_author'] = intval( $this->GPvars['uid_author'] );