bins["$homebin"] && $homebin != "all")) { $errs[] = tr("That bin doesn't exist"); } else { $params = array( "homebin"=>$homebin ); $res = $zen->update_user($login_id, $params); if( !$res ) { $errs[] = tr("System Error: Unable to update bin."); } else { $skip = 1; $hb = ( $homebin == 'all' )? "-" . tr("All") . "-" : $zen->bins["$homebin"]; $msg = tr("Your bin has been changed to") . " $hb"; $login_bin = $homebin; } } } include("$libDir/nav.php"); ?>
printErrors($errs); } if( isset($skip) && $skip ) { include("$templateDir/optionsMenu.php"); } else { include("$templateDir/homebinForm.php"); } ?>