From aa314974c164dfcd4249edf6b46722587695c871 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 19 Apr 2010 06:07:52 +0000 Subject: [PATCH] Switch to the "All Eligible" list by default if there are no nominations. --- admin/winners.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/admin/winners.php b/admin/winners.php index 913a667..6836b5e 100644 --- a/admin/winners.php +++ b/admin/winners.php @@ -601,8 +601,13 @@ function print_award(&$r, $fairs_id, $editor=false, $editor_data=array()) + 0) + echo "set_nom({$pr->id});"; + else + echo "set_eli({$pr->id});"; +?>