The branch, master has been updated
via 2f37e3cb5da1aa8c294b4544b49ee9fbd55d0743 (commit)
via 3b8bbf254afd7ec3ea6a9ef1a7693f79b7916e0e (commit)
from 95e841ec2d1e289f3176d38a143fcb09a96d0cca (commit)
- Log -----------------------------------------------------------------
commit 2f37e3cb5da1aa8c294b4544b49ee9fbd55d0743
Merge: 3b8bbf254afd7ec3ea6a9ef1a7693f79b7916e0e
95e841ec2d1e289f3176d38a143fcb09a96d0cca
Author: Madhura Jayaratne <[email protected]>
Date: Mon Feb 21 18:35:07 2011 +0530
Merge branch 'master' of
ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
commit 3b8bbf254afd7ec3ea6a9ef1a7693f79b7916e0e
Author: Madhura Jayaratne <[email protected]>
Date: Mon Feb 21 18:05:51 2011 +0530
Bug #3188108 Inline edit break the hyperlink of foreign keyed value
-----------------------------------------------------------------------
Summary of changes:
sql.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sql.php b/sql.php
index 3655d87..7dbfe9e 100644
--- a/sql.php
+++ b/sql.php
@@ -616,7 +616,7 @@ if (0 == $num_rows || $is_affected) {
foreach( $rel_fields as $rel_field => $rel_field_value) {
- $where_comparison = '=' . $rel_field_value;
+ $where_comparison = "='" . $rel_field_value . "'";
$_url_params = array(
'db' => $map[$rel_field]['foreign_db'],
'table' => $map[$rel_field]['foreign_table'],
hooks/post-receive
--
phpMyAdmin
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git