This is going to sound really stupid, but I cannot figure out why I am getting this error.
Notice: Undefined index: o in C:\inetpub\wwwroot\webres\OC_defaults.php
$o = !empty($o) ? $o : $_REQUEST['o'];
$ST_defaults["office"] = !empty($o) ? strtoupper($o) : $officeDefault;
extract($ST_defaults);
Thanks, Jatin
$_REQUEST['o']is not set.oto be passed to your page via the query string?