Latest News: (loading..)
Issue Information
-
#000289
-
1 - Low
-
Fixed
-
2.3.1
-
2.3.3
Issue Confirmations
-
Yes (0)No (0)
Hi,
We cant select language collections correctly.
Edit catalog/admin/define_language.php
Find:
Change to:
Regards,
Gergely
We cant select language collections correctly.
Edit catalog/admin/define_language.php
Find:
<td class="pageHeading" align="right"><?php echo tep_draw_pull_down_menu('lngdir', $languages_array, $language, 'onchange="this.form.submit();"'); ?></td>
Change to:
<td class="pageHeading" align="right"><?php echo tep_draw_pull_down_menu('lngdir', $languages_array, $HTTP_GET_VARS['lngdir'], 'onchange="this.form.submit();"'); ?></td>
Regards,
Gergely
Updating severity to: 1 - Low
Updating status to: Confirmed
This bug is confirmed. The fix will be committed shortly.
Thanks for the report.
Updating status to: Confirmed
This bug is confirmed. The fix will be committed shortly.
Thanks for the report.
Updating status to: Fixed
Issue fixed in: 2.3.2
Fix Committed: https://github.com/osCommerce/oscommerce2/commit/245d31c0a9a0ee8c18aacc9404d449865185237a
Issue fixed in: 2.3.2
Fix Committed: https://github.com/osCommerce/oscommerce2/commit/245d31c0a9a0ee8c18aacc9404d449865185237a










