$config['publish'] might only be 0 or 1, and the $rsel line shall be executed on all occasions, except when $config['publish']is 0 AND the $row['id'] equals 200.
if (!$config['publish'] && $row['id'] == "200") {
} else {
$rsel[$row['id']] = $row['name'];
}


Sign In
Create Account

Back to top










