$this->tickBoxField($file, 'cep', _CEP);
if ($file->cep==1) {
echo "<a href='http://www.modthesims2.com/showthread.php?t=92541'>CEP required</a>";
}
/** @var bool Is CEP required for this file? */
var $cep='';
function forceBools () {
if ($this->cep) $this->cep=1;
else $this->cep=0;
}
function addPostData ($adminside=false) {
// Clear all tick boxes - will be sent by POST data if and only if tick is present
$this->cep= 0;
}
Time to create page: 0.055 seconds