From e7bf1eda344bd82c221b13eb3e05e7e897e32b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 5 Apr 2002 15:06:37 +0000 Subject: [PATCH] fixed bug #536623 - (NS 4.7) javascript textarea selection buggy thanks to Alexander M. Turek --- ChangeLog | 3 +++ db_details.php3 | 4 +++- tbl_properties.php3 | 4 +++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 555d8eaed..15c8e2156 100755 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,9 @@ $Source$ David Trajkovic . * lang/greek.inc.php3: updated thanks to Kyriakos Xagoraris . + * db_details.php3, lines 558-559; tbl_properties.php3, lines 719-720: + fixed bug #536623 - (NS 4.7) javascript textarea selection buggy thanks + to the patch #538896 suggested by Alexander M. Turek (rabus). 2002-04-04 Marc Delisle * lang/german.inc.php3 big update thanks to Alexander M. Turek (rabus) diff --git a/db_details.php3 b/db_details.php3 index 5083a489b..d2a2ba5fe 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -554,7 +554,9 @@ $is_upload = (PMA_PHP_INT_VERSION >= 40000 && function_exists('ini_get'))  :
-
  diff --git a/tbl_properties.php3 b/tbl_properties.php3 index a1cfa5b0d..8119becf9 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -715,7 +715,9 @@ $is_upload = (PMA_PHP_INT_VERSION >= 40000 && function_exists('ini_get'))  :
-