[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_1RC1-86-gacb30d5

The branch, QA_3_3 has been updated via acb30d5a2ae4d4235f95fe1087065c5562ae194f (commit) from 58c33c410e2699484d6183b3fb0318d108cebd8d (commit) - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: setup/lib/FormDisplay.class.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup/lib/FormDisplay.class.php b/setup/lib/FormDisplay.class.php index 5483b00..b229a1a 100644 --- a/setup/lib/FormDisplay.class.php +++ b/setup/lib/FormDisplay.class.php @@ -456,7 +456,7 @@ class FormDisplay break; case 'select': if (!$this->_validateSelect($_POST[$key], $form->getOptionValueList($system_path))) { - $this->errors[$work_path][] = $GLOBALS["strstrSetuperror_incorrect_value"]; + $this->errors[$work_path][] = $GLOBALS["strSetuperror_incorrect_value"]; $result = false; continue; } hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař