The branch, master has been updated via 43d5ad370af8b77f80e698e81d82d18672370257 (commit) from f5aa40b02f3cb363256f2983a092ede845c305de (commit)
- Log ----------------------------------------------------------------- commit 43d5ad370af8b77f80e698e81d82d18672370257 Author: Michal Čihař mcihar@novell.com Date: Wed Jul 21 13:35:43 2010 +0200
Use real version when talking to validator.
-----------------------------------------------------------------------
Summary of changes: libraries/sqlvalidator.class.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/sqlvalidator.class.php b/libraries/sqlvalidator.class.php index 0a70158..5a44c2b 100644 --- a/libraries/sqlvalidator.class.php +++ b/libraries/sqlvalidator.class.php @@ -222,7 +222,7 @@ if (!$GLOBALS['sqlvalidator_error']) { $this->username = 'anonymous'; $this->password = ''; $this->calling_program = 'PHP_SQLValidator'; - $this->calling_program_version = '$Revision$'; + $this->calling_program_version = PMA_VERSION; $this->target_dbms = 'N/A'; $this->target_dbms_version = 'N/A'; $this->connection_technology = 'PHP';
hooks/post-receive