[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0ALPHA2-1960-gec9af60

The branch, master has been updated via ec9af602896171c65bc48ebe7fffef8592ccdaf5 (commit) via f88189366dc90991079f48460452e0321c41980f (commit) from 4bd0abf150be3c8079c535a8ac97beea2bb2345e (commit) - Log ----------------------------------------------------------------- commit ec9af602896171c65bc48ebe7fffef8592ccdaf5 Merge: 4bd0abf150be3c8079c535a8ac97beea2bb2345e f88189366dc90991079f48460452e0321c41980f Author: Michal Čihař <mcihar@novell.com> Date: Thu Dec 9 13:42:20 2010 +0100 Merge remote branch 'adnan/export_branch' commit f88189366dc90991079f48460452e0321c41980f Author: Adnan <hiddenpearls@gmail.com> Date: Thu Dec 9 16:53:38 2010 +0500 fixed: bugID = 3112614 ----------------------------------------------------------------------- Summary of changes: libraries/schema/User_Schema.class.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libraries/schema/User_Schema.class.php b/libraries/schema/User_Schema.class.php index 1511158..e69daa0 100644 --- a/libraries/schema/User_Schema.class.php +++ b/libraries/schema/User_Schema.class.php @@ -480,7 +480,7 @@ class PMA_User_Schema $drag_y = $temp_sh_page['y']; $draginit2 .= ' Drag.init(getElement("table_' . $i . '"), null, 0, parseInt(myid.style.width)-2, 0, parseInt(myid.style.height)-5);' . "\n"; - $draginit .= ' getElement("table_' . $i . '").onDrag = function (x, y) { document.edcoord.elements["c_table_' . $i . '[x]"].value = parseInt(x); document.edcoord.elements["c_table_' . $i . '[y]"].value = parseInt(y) }' . "\n"; + $draginit2 .= ' getElement("table_' . $i . '").onDrag = function (x, y) { document.edcoord.elements["c_table_' . $i . '[x]"].value = parseInt(x); document.edcoord.elements["c_table_' . $i . '[y]"].value = parseInt(y) }' . "\n"; $draginit .= ' getElement("table_' . $i . '").style.left = "' . $drag_x . 'px";' . "\n"; $draginit .= ' getElement("table_' . $i . '").style.top = "' . $drag_y . 'px";' . "\n"; $reset_draginit .= ' getElement("table_' . $i . '").style.left = "2px";' . "\n"; hooks/post-receive -- phpMyAdmin
participants (1)
-
Michal Čihař