diff options
Diffstat (limited to 'h-source/Application/Views/Desktop/form.php')
-rw-r--r-- | h-source/Application/Views/Desktop/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/form.php b/h-source/Application/Views/Desktop/form.php index 5bef769..0ddf44d 100644 --- a/h-source/Application/Views/Desktop/form.php +++ b/h-source/Application/Views/Desktop/form.php @@ -63,7 +63,7 @@ <div class="form_entry"> <div class="entry_label"><?php echo gtext("year of commercialization");?></div> - <?php echo Html_Form::select('comm_year',$values['comm_year'],Notebooks::$commYear,"select_entry");?> + <?php echo Html_Form::select('comm_year',$values['comm_year'],Hardware::getCommYears(),"select_entry");?> </div> <div class="form_entry"> |