diff --git a/include/functions.php b/include/functions.php
index 0bb761f5d..1700a2e87 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2043,7 +2043,14 @@
if (db_num_rows($result) > 0) {
print "";
}
- print "";
+
+ if ($default_id == 0) {
+ $is_selected = "selected=\"1\"";
+ } else {
+ $is_selected = "";
+ }
+
+ print "";
}
print "";
}