[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-1225-g0942aca

Michal Čihař nijel at users.sourceforge.net
Thu Apr 1 18:06:08 CEST 2010


The branch, master has been updated
       via  0942aca09061689e9bfdc59eba34dc1fbcdb580b (commit)
       via  acb30d5a2ae4d4235f95fe1087065c5562ae194f (commit)
      from  a2a0d9bb38ac32403a753a089a9d7e9f07775652 (commit)


- Log -----------------------------------------------------------------
commit 0942aca09061689e9bfdc59eba34dc1fbcdb580b
Merge: a2a0d9bb38ac32403a753a089a9d7e9f07775652 acb30d5a2ae4d4235f95fe1087065c5562ae194f
Author: Michal Čihař <mcihar at novell.com>
Date:   Thu Apr 1 18:05:50 2010 +0200

    Merge branch 'QA_3_3'

-----------------------------------------------------------------------

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 b0e03a9..e3c8b0a 100644
--- a/setup/lib/FormDisplay.class.php
+++ b/setup/lib/FormDisplay.class.php
@@ -455,7 +455,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




More information about the Git mailing list